#199D85

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

Shades of Niagara #199D85

Tints of Niagara #199D85

Color information

#199D85 (or 0x199D85) is unknown color: approx Niagara. HEX triplet: 19, 9D and 85. RGB value is (25,157,133). Sum of RGB (Red+Green+Blue) = 25+157+133=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #199D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D85 is #E6627A. Grayscale: #727272. Windows color (decimal): -15098491 or 8756505. OLE color: 8756505.

HSL color Cylindrical-coordinate representation of color #199D85: hue angle of 169.09º 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 #199D85 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB25157133-
CMYK0.8400.150.38
HSL169.09º72.53%35.69%-
HSV(B)169.09º84.08%61.57%-
XYZ16.6926.0126.33-
YUV114.8138.2763.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.94%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=7.94%
G=49.84%
B=42.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251571330.8400.150.38169.0972.5335.69
Hex199D85540F26a94924
Octal312352051240174625111144
Binary110011001110110000101101010001111100110101010011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,157,133); }

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

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

 a { background-color: rgb(25,157,133); }

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

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

 span { border-color: rgb(25,157,133); }

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