Html Css Color HEX #199880 Niagara

📋 copy color: '#199880'

red 25 ◦ green 152 ◦ blue 128

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

Shades of Niagara #199880

Tints of Niagara #199880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

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

R = 8.2%
G = 49.84%
B = 41.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#199880 (or 0x199880) is known color: Niagara. HEX triplet: 19, 98 and 80. RGB value is (25,152,128). Sum of RGB (Red+Green+Blue) = 25+152+128=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #199880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199880 is #E6677F. Grayscale: #6F6F6F. Windows color (decimal): -15099776 or 8427545. OLE color: 8427545.

HSL color Cylindrical-coordinate representation of color #199880: hue angle of 168.66º 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 #199880 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 152 128 -
CMYK 0.84 0 0.16 0.40
HSL 168.66º 0.72% 0.35% -
HSV(B) 168.66º 0.84% 0.6% -
XYZ 15.53 24.22 24.28 -
YUV 111.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 25 152 128 0.84 0 0.16 0.40 168.66 0.72 0.35
Hex 19 98 80 54 0 10 28 A9 48 23
Octal 31 230 200 124 0 20 50 251 110 43
Binary 11001 10011000 10000000 1010100 0 10000 101000 10101001 1001000 100011

Color Harmonies of #199880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199880

Black with #199880

Text Example


Text Example

White with #199880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199880; }

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

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

background-color css

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

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

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

border-color css

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

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

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