Shades of Caribbean Green #18D989
Tints of Caribbean Green #18D989
RGB
CMYK
RGB Variations
Color information
#18D989 (or 0x18D989) is known color: Caribbean Green. HEX triplet: 18, D9 and 89. RGB value is (24,217,137). Sum of RGB (Red+Green+Blue) = 24+217+137=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #18D989 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D989 is #E72676. Grayscale: #969696. Windows color (decimal): -15148663 or 9034008. OLE color: 9034008.
HSL color Cylindrical-coordinate representation of color #18D989: hue angle of 155.13º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D989 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 137 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.15 |
| HSL | 155.13º | 0.8% | 0.47% | - |
| HSV(B) | 155.13º | 0.89% | 0.85% | - |
| XYZ | 29.7 | 51.63 | 32.07 | - |
| YUV | 150.17 | 120.56 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 137 | 0.89 | 0 | 0.37 | 0.15 | 155.13 | 0.8 | 0.47 |
| Hex | 18 | D9 | 89 | 59 | 0 | 25 | F | 9B | 50 | 2F |
| Octal | 30 | 331 | 211 | 131 | 0 | 45 | 17 | 233 | 120 | 57 |
| Binary | 11000 | 11011001 | 10001001 | 1011001 | 0 | 100101 | 1111 | 10011011 | 1010000 | 101111 |
Color Harmonies of #18D989
Complementary color
Monochromatic Colors of #18D989
Black with #18D989
Text Example
Text Example
White with #18D989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D989; }
p { color: rgb(24,217,137); }
H1.HeaderClassName
{
color: #18D989;
}
.AnyTagClassName
{
color: #18D989;
}
</style>
background-color css
<style>
a { background-color: #18D989; }
a { background-color: rgb(24,217,137); }
div.DivClassName
{
background-color: #18D989;
}
.BgClassName
{
background-color: #18D989;
}
</style>
border-color css
<style>
span { border-color: #18D989; }
span { border-color: rgb(24,217,137); }
td.TdClassName
{
border-color: #18D989;
}
.TagClassName
{
border-color: #18D989;
}
</style>