Shades of Caribbean Green #18E1A0
Tints of Caribbean Green #18E1A0
RGB
CMYK
RGB Variations
Color information
#18E1A0 (or 0x18E1A0) is known color: Caribbean Green. HEX triplet: 18, E1 and A0. RGB value is (24,225,160). Sum of RGB (Red+Green+Blue) = 24+225+160=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #18E1A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E1A0 is #E71E5F. Grayscale: #9D9D9D. Windows color (decimal): -15146592 or 10543384. OLE color: 10543384.
HSL color Cylindrical-coordinate representation of color #18E1A0: hue angle of 160.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E1A0 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 225 | 160 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.12 |
| HSL | 160.6º | 0.81% | 0.49% | - |
| HSV(B) | 160.6º | 0.89% | 0.88% | - |
| XYZ | 33.65 | 56.58 | 42.41 | - |
| YUV | 157.49 | 129.41 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 225 | 160 | 0.89 | 0 | 0.29 | 0.12 | 160.6 | 0.81 | 0.49 |
| Hex | 18 | E1 | A0 | 59 | 0 | 1D | C | A1 | 51 | 31 |
| Octal | 30 | 341 | 240 | 131 | 0 | 35 | 14 | 241 | 121 | 61 |
| Binary | 11000 | 11100001 | 10100000 | 1011001 | 0 | 11101 | 1100 | 10100001 | 1010001 | 110001 |
Color Harmonies of #18E1A0
Complementary color
Monochromatic Colors of #18E1A0
Black with #18E1A0
Text Example
Text Example
White with #18E1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E1A0; }
p { color: rgb(24,225,160); }
H1.HeaderClassName
{
color: #18E1A0;
}
.AnyTagClassName
{
color: #18E1A0;
}
</style>
background-color css
<style>
a { background-color: #18E1A0; }
a { background-color: rgb(24,225,160); }
div.DivClassName
{
background-color: #18E1A0;
}
.BgClassName
{
background-color: #18E1A0;
}
</style>
border-color css
<style>
span { border-color: #18E1A0; }
span { border-color: rgb(24,225,160); }
td.TdClassName
{
border-color: #18E1A0;
}
.TagClassName
{
border-color: #18E1A0;
}
</style>