Shades of Caribbean Green #18D89F
Tints of Caribbean Green #18D89F
RGB
CMYK
RGB Variations
Color information
#18D89F (or 0x18D89F) is known color: Caribbean Green. HEX triplet: 18, D8 and 9F. RGB value is (24,216,159). Sum of RGB (Red+Green+Blue) = 24+216+159=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #18D89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D89F is #E72760. Grayscale: #989898. Windows color (decimal): -15148897 or 10475544. OLE color: 10475544.
HSL color Cylindrical-coordinate representation of color #18D89F: hue angle of 162.19º 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 #18D89F is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 159 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.15 |
| HSL | 162.19º | 0.8% | 0.47% | - |
| HSV(B) | 162.19º | 0.89% | 0.85% | - |
| XYZ | 31.19 | 51.81 | 41.16 | - |
| YUV | 152.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 159 | 0.89 | 0 | 0.26 | 0.15 | 162.19 | 0.8 | 0.47 |
| Hex | 18 | D8 | 9F | 59 | 0 | 1A | F | A2 | 50 | 2F |
| Octal | 30 | 330 | 237 | 131 | 0 | 32 | 17 | 242 | 120 | 57 |
| Binary | 11000 | 11011000 | 10011111 | 1011001 | 0 | 11010 | 1111 | 10100010 | 1010000 | 101111 |
Color Harmonies of #18D89F
Complementary color
Monochromatic Colors of #18D89F
Black with #18D89F
Text Example
Text Example
White with #18D89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D89F; }
p { color: rgb(24,216,159); }
H1.HeaderClassName
{
color: #18D89F;
}
.AnyTagClassName
{
color: #18D89F;
}
</style>
background-color css
<style>
a { background-color: #18D89F; }
a { background-color: rgb(24,216,159); }
div.DivClassName
{
background-color: #18D89F;
}
.BgClassName
{
background-color: #18D89F;
}
</style>
border-color css
<style>
span { border-color: #18D89F; }
span { border-color: rgb(24,216,159); }
td.TdClassName
{
border-color: #18D89F;
}
.TagClassName
{
border-color: #18D89F;
}
</style>