Shades of Caribbean Green #18DB96
Tints of Caribbean Green #18DB96
RGB
CMYK
RGB Variations
Color information
#18DB96 (or 0x18DB96) is known color: Caribbean Green. HEX triplet: 18, DB and 96. RGB value is (24,219,150). Sum of RGB (Red+Green+Blue) = 24+219+150=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DB96 is #E72469. Grayscale: #989898. Windows color (decimal): -15148138 or 9886488. OLE color: 9886488.
HSL color Cylindrical-coordinate representation of color #18DB96: hue angle of 158.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DB96 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 150 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.14 |
| HSL | 158.77º | 0.8% | 0.48% | - |
| HSV(B) | 158.77º | 0.89% | 0.86% | - |
| XYZ | 31.21 | 53.06 | 37.45 | - |
| YUV | 152.83 | 126.4 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 150 | 0.89 | 0 | 0.32 | 0.14 | 158.77 | 0.8 | 0.48 |
| Hex | 18 | DB | 96 | 59 | 0 | 20 | E | 9F | 50 | 30 |
| Octal | 30 | 333 | 226 | 131 | 0 | 40 | 16 | 237 | 120 | 60 |
| Binary | 11000 | 11011011 | 10010110 | 1011001 | 0 | 100000 | 1110 | 10011111 | 1010000 | 110000 |
Color Harmonies of #18DB96
Complementary color
Monochromatic Colors of #18DB96
Black with #18DB96
Text Example
Text Example
White with #18DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DB96; }
p { color: rgb(24,219,150); }
H1.HeaderClassName
{
color: #18DB96;
}
.AnyTagClassName
{
color: #18DB96;
}
</style>
background-color css
<style>
a { background-color: #18DB96; }
a { background-color: rgb(24,219,150); }
div.DivClassName
{
background-color: #18DB96;
}
.BgClassName
{
background-color: #18DB96;
}
</style>
border-color css
<style>
span { border-color: #18DB96; }
span { border-color: rgb(24,219,150); }
td.TdClassName
{
border-color: #18DB96;
}
.TagClassName
{
border-color: #18DB96;
}
</style>