#199E8A

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

Shades of Niagara #199E8A

Tints of Niagara #199E8A

Color information

#199E8A (or 0x199E8A) is unknown color: approx Niagara. HEX triplet: 19, 9E and 8A. RGB value is (25,158,138). Sum of RGB (Red+Green+Blue) = 25+158+138=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #199E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E8A is #E66175. Grayscale: #737373. Windows color (decimal): -15098230 or 9084441. OLE color: 9084441.

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

Color convert

RGB25158138-
CMYK0.8400.130.38
HSL170.98º72.68%35.88%-
HSV(B)170.98º84.18%61.96%-
XYZ17.2226.528.25-
YUV115.95140.4463.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.79%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=7.79%
G=49.22%
B=42.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581380.8400.130.38170.9872.6835.88
Hex199E8A540D26ab4924
Octal312362121240154625311144
Binary110011001111010001010101010001101100110101010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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