Html Css Color HEX #199C80 Niagara

📋 copy color: '#199C80'

red 25 ◦ green 156 ◦ blue 128

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

Shades of Niagara #199C80

Tints of Niagara #199C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

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

R = 8.09%
G = 50.49%
B = 41.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#199C80 (or 0x199C80) is known color: Niagara. HEX triplet: 19, 9C and 80. RGB value is (25,156,128). Sum of RGB (Red+Green+Blue) = 25+156+128=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #199C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C80 is #E6637F. Grayscale: #717171. Windows color (decimal): -15098752 or 8428569. OLE color: 8428569.

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

Color convert

RGB 25 156 128 -
CMYK 0.84 0 0.18 0.39
HSL 167.18º 0.72% 0.35% -
HSV(B) 167.18º 0.84% 0.61% -
XYZ 16.19 25.54 24.5 -
YUV 113.64 136.1 64.78 -
System Red Green Blue C M Y K H S L
Decimal 25 156 128 0.84 0 0.18 0.39 167.18 0.72 0.35
Hex 19 9C 80 54 0 12 27 A7 48 23
Octal 31 234 200 124 0 22 47 247 110 43
Binary 11001 10011100 10000000 1010100 0 10010 100111 10100111 1001000 100011

Color Harmonies of #199C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C80

Black with #199C80

Text Example


Text Example

White with #199C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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