Html Css Color HEX #199080 Elf Green

📋 copy color: '#199080'

red 25 ◦ green 144 ◦ blue 128

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

Shades of Elf Green #199080

Tints of Elf Green #199080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

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

R = 8.42%
G = 48.48%
B = 43.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#199080 (or 0x199080) is known color: Elf Green. HEX triplet: 19, 90 and 80. RGB value is (25,144,128). Sum of RGB (Red+Green+Blue) = 25+144+128=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #199080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199080 is #E66F7F. Grayscale: #6A6A6A. Windows color (decimal): -15101824 or 8425497. OLE color: 8425497.

HSL color Cylindrical-coordinate representation of color #199080: hue angle of 171.93º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199080 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 144 128 -
CMYK 0.83 0 0.11 0.44
HSL 171.93º 0.7% 0.33% -
HSV(B) 171.93º 0.83% 0.56% -
XYZ 14.27 21.71 23.86 -
YUV 106.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 25 144 128 0.83 0 0.11 0.44 171.93 0.7 0.33
Hex 19 90 80 53 0 B 2C AC 46 21
Octal 31 220 200 123 0 13 54 254 106 41
Binary 11001 10010000 10000000 1010011 0 1011 101100 10101100 1000110 100001

Color Harmonies of #199080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199080

Black with #199080

Text Example


Text Example

White with #199080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199080; }

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

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

background-color css

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

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

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

border-color css

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

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

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