Shades of Caribbean Green #18CFA0
Tints of Caribbean Green #18CFA0
RGB
CMYK
RGB Variations
Color information
#18CFA0 (or 0x18CFA0) is known color: Caribbean Green. HEX triplet: 18, CF and A0. RGB value is (24,207,160). Sum of RGB (Red+Green+Blue) = 24+207+160=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CFA0 is #E7305F. Grayscale: #929292. Windows color (decimal): -15151200 or 10538776. OLE color: 10538776.
HSL color Cylindrical-coordinate representation of color #18CFA0: hue angle of 164.59º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFA0 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 160 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.19 |
| HSL | 164.59º | 0.79% | 0.45% | - |
| HSV(B) | 164.59º | 0.88% | 0.81% | - |
| XYZ | 29.03 | 47.36 | 40.87 | - |
| YUV | 146.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 160 | 0.88 | 0 | 0.23 | 0.19 | 164.59 | 0.79 | 0.45 |
| Hex | 18 | CF | A0 | 58 | 0 | 17 | 13 | A5 | 4F | 2D |
| Octal | 30 | 317 | 240 | 130 | 0 | 27 | 23 | 245 | 117 | 55 |
| Binary | 11000 | 11001111 | 10100000 | 1011000 | 0 | 10111 | 10011 | 10100101 | 1001111 | 101101 |
Color Harmonies of #18CFA0
Complementary color
Monochromatic Colors of #18CFA0
Black with #18CFA0
Text Example
Text Example
White with #18CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFA0; }
p { color: rgb(24,207,160); }
H1.HeaderClassName
{
color: #18CFA0;
}
.AnyTagClassName
{
color: #18CFA0;
}
</style>
background-color css
<style>
a { background-color: #18CFA0; }
a { background-color: rgb(24,207,160); }
div.DivClassName
{
background-color: #18CFA0;
}
.BgClassName
{
background-color: #18CFA0;
}
</style>
border-color css
<style>
span { border-color: #18CFA0; }
span { border-color: rgb(24,207,160); }
td.TdClassName
{
border-color: #18CFA0;
}
.TagClassName
{
border-color: #18CFA0;
}
</style>