Shades of Elf Green #188B68
Tints of Elf Green #188B68
RGB
CMYK
RGB Variations
Color information
#188B68 (or 0x188B68) is known color: Elf Green. HEX triplet: 18, 8B and 68. RGB value is (24,139,104). Sum of RGB (Red+Green+Blue) = 24+139+104=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #188B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B68 is #E77497. Grayscale: #646464. Windows color (decimal): -15168664 or 6851352. OLE color: 6851352.
HSL color Cylindrical-coordinate representation of color #188B68: hue angle of 161.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188B68 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 104 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.45 |
| HSL | 161.74º | 0.71% | 0.32% | - |
| HSV(B) | 161.74º | 0.83% | 0.55% | - |
| XYZ | 12.11 | 19.66 | 16.25 | - |
| YUV | 100.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 104 | 0.83 | 0 | 0.25 | 0.45 | 161.74 | 0.71 | 0.32 |
| Hex | 18 | 8B | 68 | 53 | 0 | 19 | 2D | A2 | 47 | 20 |
| Octal | 30 | 213 | 150 | 123 | 0 | 31 | 55 | 242 | 107 | 40 |
| Binary | 11000 | 10001011 | 1101000 | 1010011 | 0 | 11001 | 101101 | 10100010 | 1000111 | 100000 |
Color Harmonies of #188B68
Complementary color
Monochromatic Colors of #188B68
Black with #188B68
Text Example
Text Example
White with #188B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B68; }
p { color: rgb(24,139,104); }
H1.HeaderClassName
{
color: #188B68;
}
.AnyTagClassName
{
color: #188B68;
}
</style>
background-color css
<style>
a { background-color: #188B68; }
a { background-color: rgb(24,139,104); }
div.DivClassName
{
background-color: #188B68;
}
.BgClassName
{
background-color: #188B68;
}
</style>
border-color css
<style>
span { border-color: #188B68; }
span { border-color: rgb(24,139,104); }
td.TdClassName
{
border-color: #188B68;
}
.TagClassName
{
border-color: #188B68;
}
</style>