#199A7E

Color #199A7E Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #199A7E

Tints of Elf Green #199A7E

Color information

#199A7E (or 0x199A7E) is unknown color: approx Elf Green. HEX triplet: 19, 9A and 7E. RGB value is (25,154,126). Sum of RGB (Red+Green+Blue) = 25+154+126=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #199A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199A7E is #E66581. Grayscale: #707070. Windows color (decimal): -15099266 or 8296985. OLE color: 8296985.

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

Color convert

RGB25154126-
CMYK0.8400.180.40
HSL166.98º72.07%35.1%-
HSV(B)166.98º83.77%60.39%-
XYZ15.7224.8223.7-
YUV112.24135.7665.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 126 (49.61% from 255) = 41.31%
R=8.20%
G=50.49%
B=41.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251541260.8400.180.40166.9872.0735.1
Hex199A7E5401228a74823
Octal312321761240225024711043
Binary110011001101011111101010100010010101000101001111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #199A7E;
 }
 .AnyTagClassName
 {
   color: #199A7E;
 }
</style>
background-color css

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

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

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

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

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

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