Shades of Elf Green #198A6B
Tints of Elf Green #198A6B
RGB
CMYK
RGB Variations
Color information
#198A6B (or 0x198A6B) is known color: Elf Green. HEX triplet: 19, 8A and 6B. RGB value is (25,138,107). Sum of RGB (Red+Green+Blue) = 25+138+107=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #198A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A6B is #E67594. Grayscale: #646464. Windows color (decimal): -15103381 or 7047705. OLE color: 7047705.
HSL color Cylindrical-coordinate representation of color #198A6B: hue angle of 163.54º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A6B is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 107 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.46 |
| HSL | 163.54º | 0.69% | 0.32% | - |
| HSV(B) | 163.54º | 0.82% | 0.54% | - |
| XYZ | 12.14 | 19.45 | 17.02 | - |
| YUV | 100.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 107 | 0.82 | 0 | 0.22 | 0.46 | 163.54 | 0.69 | 0.32 |
| Hex | 19 | 8A | 6B | 52 | 0 | 16 | 2E | A4 | 45 | 20 |
| Octal | 31 | 212 | 153 | 122 | 0 | 26 | 56 | 244 | 105 | 40 |
| Binary | 11001 | 10001010 | 1101011 | 1010010 | 0 | 10110 | 101110 | 10100100 | 1000101 | 100000 |
Color Harmonies of #198A6B
Complementary color
Monochromatic Colors of #198A6B
Black with #198A6B
Text Example
Text Example
White with #198A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A6B; }
p { color: rgb(25,138,107); }
H1.HeaderClassName
{
color: #198A6B;
}
.AnyTagClassName
{
color: #198A6B;
}
</style>
background-color css
<style>
a { background-color: #198A6B; }
a { background-color: rgb(25,138,107); }
div.DivClassName
{
background-color: #198A6B;
}
.BgClassName
{
background-color: #198A6B;
}
</style>
border-color css
<style>
span { border-color: #198A6B; }
span { border-color: rgb(25,138,107); }
td.TdClassName
{
border-color: #198A6B;
}
.TagClassName
{
border-color: #198A6B;
}
</style>