#1C9F82

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

Shades of Niagara #1C9F82

Tints of Niagara #1C9F82

Color information

#1C9F82 (or 0x1C9F82) is unknown color: approx Niagara. HEX triplet: 1C, 9F and 82. RGB value is (28,159,130). Sum of RGB (Red+Green+Blue) = 28+159+130=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #1C9F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9F82 is #E3607D. Grayscale: #747474. Windows color (decimal): -14901374 or 8560412. OLE color: 8560412.

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

Color convert

RGB28159130-
CMYK0.8200.180.38
HSL166.72º70.05%36.67%-
HSV(B)166.72º82.39%62.35%-
XYZ16.9126.6525.37-
YUV116.52135.664.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.83%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=8.83%
G=50.16%
B=41.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281591300.8200.180.38166.7270.0536.67
Hex1C9F825201226a74625
Octal342372021220224624710645
Binary1110010011111100000101010010010010100110101001111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,159,130); }

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

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

 a { background-color: rgb(28,159,130); }

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

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

 span { border-color: rgb(28,159,130); }

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