#199B85

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

Shades of Niagara #199B85

Tints of Niagara #199B85

Color information

#199B85 (or 0x199B85) is unknown color: approx Niagara. HEX triplet: 19, 9B and 85. RGB value is (25,155,133). Sum of RGB (Red+Green+Blue) = 25+155+133=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #199B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B85 is #E6647A. Grayscale: #717171. Windows color (decimal): -15099003 or 8755993. OLE color: 8755993.

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

Color convert

RGB25155133-
CMYK0.8400.140.39
HSL169.85º72.22%35.29%-
HSV(B)169.85º83.87%60.78%-
XYZ16.3625.3426.22-
YUV113.62138.9364.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=7.99%
G=49.52%
B=42.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251551330.8400.140.39169.8572.2235.29
Hex199B85540E27aa4823
Octal312332051240164725211043
Binary110011001101110000101101010001110100111101010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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