Shades of Caribbean Green #18E2A0
Tints of Caribbean Green #18E2A0
RGB
CMYK
RGB Variations
Color information
#18E2A0 (or 0x18E2A0) is known color: Caribbean Green. HEX triplet: 18, E2 and A0. RGB value is (24,226,160). Sum of RGB (Red+Green+Blue) = 24+226+160=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #18E2A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E2A0 is #E71D5F. Grayscale: #9E9E9E. Windows color (decimal): -15146336 or 10543640. OLE color: 10543640.
HSL color Cylindrical-coordinate representation of color #18E2A0: hue angle of 160.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E2A0 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 226 | 160 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.11 |
| HSL | 160.4º | 0.81% | 0.49% | - |
| HSV(B) | 160.4º | 0.89% | 0.89% | - |
| XYZ | 33.92 | 57.12 | 42.5 | - |
| YUV | 158.08 | 129.08 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 160 | 0.89 | 0 | 0.29 | 0.11 | 160.4 | 0.81 | 0.49 |
| Hex | 18 | E2 | A0 | 59 | 0 | 1D | B | A0 | 51 | 31 |
| Octal | 30 | 342 | 240 | 131 | 0 | 35 | 13 | 240 | 121 | 61 |
| Binary | 11000 | 11100010 | 10100000 | 1011001 | 0 | 11101 | 1011 | 10100000 | 1010001 | 110001 |
Color Harmonies of #18E2A0
Complementary color
Monochromatic Colors of #18E2A0
Black with #18E2A0
Text Example
Text Example
White with #18E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2A0; }
p { color: rgb(24,226,160); }
H1.HeaderClassName
{
color: #18E2A0;
}
.AnyTagClassName
{
color: #18E2A0;
}
</style>
background-color css
<style>
a { background-color: #18E2A0; }
a { background-color: rgb(24,226,160); }
div.DivClassName
{
background-color: #18E2A0;
}
.BgClassName
{
background-color: #18E2A0;
}
</style>
border-color css
<style>
span { border-color: #18E2A0; }
span { border-color: rgb(24,226,160); }
td.TdClassName
{
border-color: #18E2A0;
}
.TagClassName
{
border-color: #18E2A0;
}
</style>