Shades of Elf Green #188A6B
Tints of Elf Green #188A6B
RGB
CMYK
RGB Variations
Color information
#188A6B (or 0x188A6B) is known color: Elf Green. HEX triplet: 18, 8A and 6B. RGB value is (24,138,107). Sum of RGB (Red+Green+Blue) = 24+138+107=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #188A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A6B is #E77594. Grayscale: #646464. Windows color (decimal): -15168917 or 7047704. OLE color: 7047704.
HSL color Cylindrical-coordinate representation of color #188A6B: hue angle of 163.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 #188A6B is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 107 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.46 |
| HSL | 163.68º | 0.7% | 0.32% | - |
| HSV(B) | 163.68º | 0.83% | 0.54% | - |
| XYZ | 12.12 | 19.43 | 17.02 | - |
| YUV | 100.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 107 | 0.83 | 0 | 0.22 | 0.46 | 163.68 | 0.7 | 0.32 |
| Hex | 18 | 8A | 6B | 53 | 0 | 16 | 2E | A4 | 46 | 20 |
| Octal | 30 | 212 | 153 | 123 | 0 | 26 | 56 | 244 | 106 | 40 |
| Binary | 11000 | 10001010 | 1101011 | 1010011 | 0 | 10110 | 101110 | 10100100 | 1000110 | 100000 |
Color Harmonies of #188A6B
Complementary color
Monochromatic Colors of #188A6B
Black with #188A6B
Text Example
Text Example
White with #188A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A6B; }
p { color: rgb(24,138,107); }
H1.HeaderClassName
{
color: #188A6B;
}
.AnyTagClassName
{
color: #188A6B;
}
</style>
background-color css
<style>
a { background-color: #188A6B; }
a { background-color: rgb(24,138,107); }
div.DivClassName
{
background-color: #188A6B;
}
.BgClassName
{
background-color: #188A6B;
}
</style>
border-color css
<style>
span { border-color: #188A6B; }
span { border-color: rgb(24,138,107); }
td.TdClassName
{
border-color: #188A6B;
}
.TagClassName
{
border-color: #188A6B;
}
</style>