#199E8B

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

Shades of Niagara #199E8B

Tints of Niagara #199E8B

Color information

#199E8B (or 0x199E8B) is unknown color: approx Niagara. HEX triplet: 19, 9E and 8B. RGB value is (25,158,139). Sum of RGB (Red+Green+Blue) = 25+158+139=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #199E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E8B is #E66174. Grayscale: #747474. Windows color (decimal): -15098229 or 9149977. OLE color: 9149977.

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

Color convert

RGB25158139-
CMYK0.8400.120.38
HSL171.43º72.68%35.88%-
HSV(B)171.43º84.18%61.96%-
XYZ17.2926.5228.63-
YUV116.07140.9463.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.76%
GREEN value IS 158 (62.11% from 255) = 49.07%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=7.76%
G=49.07%
B=43.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581390.8400.120.38171.4372.6835.88
Hex199E8B540C26ab4924
Octal312362131240144625311144
Binary110011001111010001011101010001100100110101010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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