Shades of Elf Green #198C7B
Tints of Elf Green #198C7B
RGB
CMYK
RGB Variations
Color information
#198C7B (or 0x198C7B) is known color: Elf Green. HEX triplet: 19, 8C and 7B. RGB value is (25,140,123). Sum of RGB (Red+Green+Blue) = 25+140+123=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #198C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C7B is #E67384. Grayscale: #676767. Windows color (decimal): -15102853 or 8096793. OLE color: 8096793.
HSL color Cylindrical-coordinate representation of color #198C7B: hue angle of 171.13º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C7B is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 123 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.45 |
| HSL | 171.13º | 0.7% | 0.32% | - |
| HSV(B) | 171.13º | 0.82% | 0.55% | - |
| XYZ | 13.35 | 20.39 | 21.97 | - |
| YUV | 103.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 123 | 0.82 | 0 | 0.12 | 0.45 | 171.13 | 0.7 | 0.32 |
| Hex | 19 | 8C | 7B | 52 | 0 | C | 2D | AB | 46 | 20 |
| Octal | 31 | 214 | 173 | 122 | 0 | 14 | 55 | 253 | 106 | 40 |
| Binary | 11001 | 10001100 | 1111011 | 1010010 | 0 | 1100 | 101101 | 10101011 | 1000110 | 100000 |
Color Harmonies of #198C7B
Complementary color
Monochromatic Colors of #198C7B
Black with #198C7B
Text Example
Text Example
White with #198C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C7B; }
p { color: rgb(25,140,123); }
H1.HeaderClassName
{
color: #198C7B;
}
.AnyTagClassName
{
color: #198C7B;
}
</style>
background-color css
<style>
a { background-color: #198C7B; }
a { background-color: rgb(25,140,123); }
div.DivClassName
{
background-color: #198C7B;
}
.BgClassName
{
background-color: #198C7B;
}
</style>
border-color css
<style>
span { border-color: #198C7B; }
span { border-color: rgb(25,140,123); }
td.TdClassName
{
border-color: #198C7B;
}
.TagClassName
{
border-color: #198C7B;
}
</style>