#1BA58C

Color #1BA58C Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #1BA58C

Tints of Niagara #1BA58C

Color information

#1BA58C (or 0x1BA58C) is unknown color: approx Niagara. HEX triplet: 1B, A5 and 8C. RGB value is (27,165,140). Sum of RGB (Red+Green+Blue) = 27+165+140=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA58C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA58C is #E45A73. Grayscale: #787878. Windows color (decimal): -14965364 or 9217307. OLE color: 9217307.

HSL color Cylindrical-coordinate representation of color #1BA58C: hue angle of 169.13º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA58C is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB27165140-
CMYK0.8400.150.35
HSL169.13º71.88%37.65%-
HSV(B)169.13º83.64%64.71%-
XYZ18.6429.0429.43-
YUV120.89138.7861.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 8.13%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=8.13%
G=49.70%
B=42.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271651400.8400.150.35169.1371.8837.65
Hex1BA58C540F23a94826
Octal332452141240174325111046
Binary110111010010110001100101010001111100011101010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA58C; }

 p { color: rgb(27,165,140); }

 H1.HeaderClassName
 {
   color: #1BA58C;
 }
 .AnyTagClassName
 {
   color: #1BA58C;
 }
</style>
background-color css

<style>
 a { background-color: #1BA58C; }

 a { background-color: rgb(27,165,140); }

 div.DivClassName
 {
   background-color: #1BA58C;
 }
 .BgClassName
 {
   background-color: #1BA58C;
 }
</style>
border-color css

<style>
 span { border-color: #1BA58C; }

 span { border-color: rgb(27,165,140); }

 td.TdClassName
 {
   border-color: #1BA58C;
 }
 .TagClassName
 {
   border-color: #1BA58C;
 }
</style>