#199E6E

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

Shades of Elf Green #199E6E

Tints of Elf Green #199E6E

Color information

#199E6E (or 0x199E6E) is unknown color: approx Elf Green. HEX triplet: 19, 9E and 6E. RGB value is (25,158,110). Sum of RGB (Red+Green+Blue) = 25+158+110=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #199E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E6E is #E66191. Grayscale: #707070. Windows color (decimal): -15098258 or 7249433. OLE color: 7249433.

HSL color Cylindrical-coordinate representation of color #199E6E: hue angle of 158.35º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E6E is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB25158110-
CMYK0.8400.300.38
HSL158.35º72.68%35.88%-
HSV(B)158.35º84.18%61.96%-
XYZ15.4425.7918.92-
YUV112.76126.4465.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 158 (62.11% from 255) = 53.92%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=8.53%
G=53.92%
B=37.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581100.8400.300.38158.3572.6835.88
Hex199E6E5401E269e4924
Octal312361561240364623611144
Binary110011001111011011101010100011110100110100111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,158,110); }

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

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

 a { background-color: rgb(25,158,110); }

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

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

 span { border-color: rgb(25,158,110); }

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