Shades of Caribbean Green #18D699
Tints of Caribbean Green #18D699
RGB
CMYK
RGB Variations
Color information
#18D699 (or 0x18D699) is known color: Caribbean Green. HEX triplet: 18, D6 and 99. RGB value is (24,214,153). Sum of RGB (Red+Green+Blue) = 24+214+153=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #18D699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D699 is #E72966. Grayscale: #969696. Windows color (decimal): -15149415 or 10081816. OLE color: 10081816.
HSL color Cylindrical-coordinate representation of color #18D699: hue angle of 160.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D699 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 153 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.16 |
| HSL | 160.74º | 0.8% | 0.47% | - |
| HSV(B) | 160.74º | 0.89% | 0.84% | - |
| XYZ | 30.17 | 50.59 | 38.31 | - |
| YUV | 150.24 | 129.55 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 153 | 0.89 | 0 | 0.29 | 0.16 | 160.74 | 0.8 | 0.47 |
| Hex | 18 | D6 | 99 | 59 | 0 | 1D | 10 | A1 | 50 | 2F |
| Octal | 30 | 326 | 231 | 131 | 0 | 35 | 20 | 241 | 120 | 57 |
| Binary | 11000 | 11010110 | 10011001 | 1011001 | 0 | 11101 | 10000 | 10100001 | 1010000 | 101111 |
Color Harmonies of #18D699
Complementary color
Monochromatic Colors of #18D699
Black with #18D699
Text Example
Text Example
White with #18D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D699; }
p { color: rgb(24,214,153); }
H1.HeaderClassName
{
color: #18D699;
}
.AnyTagClassName
{
color: #18D699;
}
</style>
background-color css
<style>
a { background-color: #18D699; }
a { background-color: rgb(24,214,153); }
div.DivClassName
{
background-color: #18D699;
}
.BgClassName
{
background-color: #18D699;
}
</style>
border-color css
<style>
span { border-color: #18D699; }
span { border-color: rgb(24,214,153); }
td.TdClassName
{
border-color: #18D699;
}
.TagClassName
{
border-color: #18D699;
}
</style>