#1CAA92

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

Shades of Niagara #1CAA92

Tints of Niagara #1CAA92

Color information

#1CAA92 (or 0x1CAA92) is unknown color: approx Niagara. HEX triplet: 1C, AA and 92. RGB value is (28,170,146). Sum of RGB (Red+Green+Blue) = 28+170+146=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAA92 is #E3556D. Grayscale: #7C7C7C. Windows color (decimal): -14898542 or 9611804. OLE color: 9611804.

HSL color Cylindrical-coordinate representation of color #1CAA92: hue angle of 169.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA92 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB28170146-
CMYK0.8400.140.33
HSL169.86º71.72%38.82%-
HSV(B)169.86º83.53%66.67%-
XYZ20.0431.0732.14-
YUV124.81139.9658.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.14%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=8.14%
G=49.42%
B=42.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701460.8400.140.33169.8671.7238.82
Hex1CAA92540E21aa4827
Octal342522221240164125211047
Binary111001010101010010010101010001110100001101010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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