#199882

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

Shades of Niagara #199882

Tints of Niagara #199882

Color information

#199882 (or 0x199882) is unknown color: approx Niagara. HEX triplet: 19, 98 and 82. RGB value is (25,152,130). Sum of RGB (Red+Green+Blue) = 25+152+130=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #199882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199882 is #E6677D. Grayscale: #6F6F6F. Windows color (decimal): -15099774 or 8558617. OLE color: 8558617.

HSL color Cylindrical-coordinate representation of color #199882: hue angle of 169.61º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199882 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB25152130-
CMYK0.8400.140.40
HSL169.61º71.75%34.71%-
HSV(B)169.61º83.55%59.61%-
XYZ15.6624.2724.98-
YUV111.52138.4266.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.14%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=8.14%
G=49.51%
B=42.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251521300.8400.140.40169.6171.7534.71
Hex199882540E28aa4823
Octal312302021240165025211043
Binary110011001100010000010101010001110101000101010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199882; }

 p { color: rgb(25,152,130); }

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

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

 a { background-color: rgb(25,152,130); }

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

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

 span { border-color: rgb(25,152,130); }

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