#198E6E

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

Shades of Elf Green #198E6E

Tints of Elf Green #198E6E

Color information

#198E6E (or 0x198E6E) is unknown color: approx Elf Green. HEX triplet: 19, 8E and 6E. RGB value is (25,142,110). Sum of RGB (Red+Green+Blue) = 25+142+110=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #198E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198E6E is #E67191. Grayscale: #676767. Windows color (decimal): -15102354 or 7245337. OLE color: 7245337.

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

Color convert

RGB25142110-
CMYK0.8200.230.44
HSL163.59º70.06%32.75%-
HSV(B)163.59º82.39%55.69%-
XYZ12.8920.6818.06-
YUV103.37131.7472.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=9.03%
G=51.26%
B=39.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251421100.8200.230.44163.5970.0632.75
Hex198E6E520172Ca44621
Octal312161561220275424410641
Binary110011000111011011101010010010111101100101001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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