Html Css Color HEX #199A80 Niagara

📋 copy color: '#199A80'

red 25 ◦ green 154 ◦ blue 128

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

Shades of Niagara #199A80

Tints of Niagara #199A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.16%

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

R = 8.14%
G = 50.16%
B = 41.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#199A80 (or 0x199A80) is known color: Niagara. HEX triplet: 19, 9A and 80. RGB value is (25,154,128). Sum of RGB (Red+Green+Blue) = 25+154+128=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #199A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A80 is #E6657F. Grayscale: #707070. Windows color (decimal): -15099264 or 8428057. OLE color: 8428057.

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

Color convert

RGB 25 154 128 -
CMYK 0.84 0 0.17 0.40
HSL 167.91º 0.72% 0.35% -
HSV(B) 167.91º 0.84% 0.6% -
XYZ 15.85 24.88 24.39 -
YUV 112.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 25 154 128 0.84 0 0.17 0.40 167.91 0.72 0.35
Hex 19 9A 80 54 0 11 28 A8 48 23
Octal 31 232 200 124 0 21 50 250 110 43
Binary 11001 10011010 10000000 1010100 0 10001 101000 10101000 1001000 100011

Color Harmonies of #199A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199A80

Black with #199A80

Text Example


Text Example

White with #199A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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