Shades of Elf Green #188A7E
Tints of Elf Green #188A7E
RGB
CMYK
RGB Variations
Color information
#188A7E (or 0x188A7E) is known color: Elf Green. HEX triplet: 18, 8A and 7E. RGB value is (24,138,126). Sum of RGB (Red+Green+Blue) = 24+138+126=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #188A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A7E is #E77581. Grayscale: #666666. Windows color (decimal): -15168898 or 8292888. OLE color: 8292888.
HSL color Cylindrical-coordinate representation of color #188A7E: hue angle of 173.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A7E is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 126 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.46 |
| HSL | 173.68º | 0.7% | 0.32% | - |
| HSV(B) | 173.68º | 0.83% | 0.54% | - |
| XYZ | 13.23 | 19.88 | 22.88 | - |
| YUV | 102.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 126 | 0.83 | 0 | 0.09 | 0.46 | 173.68 | 0.7 | 0.32 |
| Hex | 18 | 8A | 7E | 53 | 0 | 9 | 2E | AE | 46 | 20 |
| Octal | 30 | 212 | 176 | 123 | 0 | 11 | 56 | 256 | 106 | 40 |
| Binary | 11000 | 10001010 | 1111110 | 1010011 | 0 | 1001 | 101110 | 10101110 | 1000110 | 100000 |
Color Harmonies of #188A7E
Complementary color
Monochromatic Colors of #188A7E
Black with #188A7E
Text Example
Text Example
White with #188A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A7E; }
p { color: rgb(24,138,126); }
H1.HeaderClassName
{
color: #188A7E;
}
.AnyTagClassName
{
color: #188A7E;
}
</style>
background-color css
<style>
a { background-color: #188A7E; }
a { background-color: rgb(24,138,126); }
div.DivClassName
{
background-color: #188A7E;
}
.BgClassName
{
background-color: #188A7E;
}
</style>
border-color css
<style>
span { border-color: #188A7E; }
span { border-color: rgb(24,138,126); }
td.TdClassName
{
border-color: #188A7E;
}
.TagClassName
{
border-color: #188A7E;
}
</style>