#1CAE91

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

Shades of Niagara #1CAE91

Tints of Niagara #1CAE91

Color information

#1CAE91 (or 0x1CAE91) is unknown color: approx Niagara. HEX triplet: 1C, AE and 91. RGB value is (28,174,145). Sum of RGB (Red+Green+Blue) = 28+174+145=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAE91 is #E3516E. Grayscale: #7F7F7F. Windows color (decimal): -14897519 or 9547292. OLE color: 9547292.

HSL color Cylindrical-coordinate representation of color #1CAE91: hue angle of 168.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE91 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB28174145-
CMYK0.8400.170.32
HSL168.08º72.28%39.61%-
HSV(B)168.08º83.91%68.24%-
XYZ20.7332.5631.98-
YUV127.04138.1357.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.07%
GREEN value IS 174 (68.36% from 255) = 50.14%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=8.07%
G=50.14%
B=41.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281741450.8400.170.32168.0872.2839.61
Hex1CAE915401120a84828
Octal342562211240214025011050
Binary1110010101110100100011010100010001100000101010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,174,145); }

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

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

 a { background-color: rgb(28,174,145); }

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

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

 span { border-color: rgb(28,174,145); }

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