#1CAE92

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

Shades of Niagara #1CAE92

Tints of Niagara #1CAE92

Color information

#1CAE92 (or 0x1CAE92) is unknown color: approx Niagara. HEX triplet: 1C, AE and 92. RGB value is (28,174,146). Sum of RGB (Red+Green+Blue) = 28+174+146=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAE92 is #E3516D. Grayscale: #7F7F7F. Windows color (decimal): -14897518 or 9612828. OLE color: 9612828.

HSL color Cylindrical-coordinate representation of color #1CAE92: hue angle of 168.49º 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 #1CAE92 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB28174146-
CMYK0.8400.160.32
HSL168.49º72.28%39.61%-
HSV(B)168.49º83.91%68.24%-
XYZ20.832.5932.39-
YUV127.15138.6357.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.05%
GREEN value IS 174 (68.36% from 255) = 50%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=8.05%
G=50%
B=41.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281741460.8400.160.32168.4972.2839.61
Hex1CAE925401020a84828
Octal342562221240204025011050
Binary1110010101110100100101010100010000100000101010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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