Html Css Color HEX #199F88 Niagara

📋 copy color: '#199F88'

red 25 ◦ green 159 ◦ blue 136

#199F88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #199F88

Tints of Niagara #199F88

RGB

 RED value IS 25 (10.16% from 255) = 7.81%

 GREEN value IS 159 (62.5% from 255) = 49.69%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 7.81%
G = 49.69%
B = 42.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#199F88 (or 0x199F88) is known color: Niagara. HEX triplet: 19, 9F and 88. RGB value is (25,159,136). Sum of RGB (Red+Green+Blue) = 25+159+136=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #199F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F88 is #E66077. Grayscale: #747474. Windows color (decimal): -15097976 or 8953625. OLE color: 8953625.

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

Color convert

RGB 25 159 136 -
CMYK 0.84 0 0.14 0.38
HSL 169.7º 0.73% 0.36% -
HSV(B) 169.7º 0.84% 0.62% -
XYZ 17.24 26.78 27.55 -
YUV 116.31 139.11 62.87 -
System Red Green Blue C M Y K H S L
Decimal 25 159 136 0.84 0 0.14 0.38 169.7 0.73 0.36
Hex 19 9F 88 54 0 E 26 AA 49 24
Octal 31 237 210 124 0 16 46 252 111 44
Binary 11001 10011111 10001000 1010100 0 1110 100110 10101010 1001001 100100

Color Harmonies of #199F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F88

Black with #199F88

Text Example


Text Example

White with #199F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,136); }

 H1.HeaderClassName
 {
   color: #199F88;
 }
 .AnyTagClassName
 {
   color: #199F88;
 }
</style>

background-color css

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

 a { background-color: rgb(25,159,136); }

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

border-color css

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

 span { border-color: rgb(25,159,136); }

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