#1CA08E

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

Shades of Niagara #1CA08E

Tints of Niagara #1CA08E

Color information

#1CA08E (or 0x1CA08E) is unknown color: approx Niagara. HEX triplet: 1C, A0 and 8E. RGB value is (28,160,142). Sum of RGB (Red+Green+Blue) = 28+160+142=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA08E is #E35F71. Grayscale: #767676. Windows color (decimal): -14901106 or 9347100. OLE color: 9347100.

HSL color Cylindrical-coordinate representation of color #1CA08E: hue angle of 171.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA08E is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB28160142-
CMYK0.8200.110.37
HSL171.82º70.21%36.86%-
HSV(B)171.82º82.5%62.75%-
XYZ17.9327.3429.92-
YUV118.48141.2763.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.48%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=8.48%
G=48.48%
B=43.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281601420.8200.110.37171.8270.2136.86
Hex1CA08E520B25ac4625
Octal342402161220134525410645
Binary111001010000010001110101001001011100101101011001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,142); }

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

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

 a { background-color: rgb(28,160,142); }

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

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

 span { border-color: rgb(28,160,142); }

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