#199E82

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

Shades of Niagara #199E82

Tints of Niagara #199E82

Color information

#199E82 (or 0x199E82) is unknown color: approx Niagara. HEX triplet: 19, 9E and 82. RGB value is (25,158,130). Sum of RGB (Red+Green+Blue) = 25+158+130=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #199E82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E82 is #E6617D. Grayscale: #737373. Windows color (decimal): -15098238 or 8560153. OLE color: 8560153.

HSL color Cylindrical-coordinate representation of color #199E82: hue angle of 167.37º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E82 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB25158130-
CMYK0.8400.180.38
HSL167.37º72.68%35.88%-
HSV(B)167.37º84.18%61.96%-
XYZ16.6626.2725.31-
YUV115.04136.4463.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=7.99%
G=50.48%
B=41.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581300.8400.180.38167.3772.6835.88
Hex199E825401226a74924
Octal312362021240224624711144
Binary1100110011110100000101010100010010100110101001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199E82; }

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

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

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

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

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

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

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

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