Html Css Color HEX #199D80 Niagara

📋 copy color: '#199D80'

red 25 ◦ green 157 ◦ blue 128

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

Shades of Niagara #199D80

Tints of Niagara #199D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.65%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 8.06%
G = 50.65%
B = 41.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#199D80 (or 0x199D80) is known color: Niagara. HEX triplet: 19, 9D and 80. RGB value is (25,157,128). Sum of RGB (Red+Green+Blue) = 25+157+128=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #199D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D80 is #E6627F. Grayscale: #727272. Windows color (decimal): -15098496 or 8428825. OLE color: 8428825.

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

Color convert

RGB 25 157 128 -
CMYK 0.84 0 0.18 0.38
HSL 166.82º 0.73% 0.36% -
HSV(B) 166.82º 0.84% 0.62% -
XYZ 16.35 25.88 24.56 -
YUV 114.23 135.77 64.36 -
System Red Green Blue C M Y K H S L
Decimal 25 157 128 0.84 0 0.18 0.38 166.82 0.73 0.36
Hex 19 9D 80 54 0 12 26 A7 49 24
Octal 31 235 200 124 0 22 46 247 111 44
Binary 11001 10011101 10000000 1010100 0 10010 100110 10100111 1001001 100100

Color Harmonies of #199D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199D80

Black with #199D80

Text Example


Text Example

White with #199D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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