Shades of Caribbean Green #15DB8D
Tints of Caribbean Green #15DB8D
RGB
CMYK
RGB Variations
Color information
#15DB8D (or 0x15DB8D) is known color: Caribbean Green. HEX triplet: 15, DB and 8D. RGB value is (21,219,141). Sum of RGB (Red+Green+Blue) = 21+219+141=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #15DB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DB8D is #EA2472. Grayscale: #979797. Windows color (decimal): -15344755 or 9296661. OLE color: 9296661.
HSL color Cylindrical-coordinate representation of color #15DB8D: hue angle of 156.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DB8D is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 141 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.14 |
| HSL | 156.36º | 0.83% | 0.47% | - |
| HSV(B) | 156.36º | 0.9% | 0.86% | - |
| XYZ | 30.45 | 52.75 | 33.78 | - |
| YUV | 150.91 | 122.4 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 141 | 0.90 | 0 | 0.36 | 0.14 | 156.36 | 0.83 | 0.47 |
| Hex | 15 | DB | 8D | 5A | 0 | 24 | E | 9C | 52 | 2F |
| Octal | 25 | 333 | 215 | 132 | 0 | 44 | 16 | 234 | 122 | 57 |
| Binary | 10101 | 11011011 | 10001101 | 1011010 | 0 | 100100 | 1110 | 10011100 | 1010010 | 101111 |
Color Harmonies of #15DB8D
Complementary color
Monochromatic Colors of #15DB8D
Black with #15DB8D
Text Example
Text Example
White with #15DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DB8D; }
p { color: rgb(21,219,141); }
H1.HeaderClassName
{
color: #15DB8D;
}
.AnyTagClassName
{
color: #15DB8D;
}
</style>
background-color css
<style>
a { background-color: #15DB8D; }
a { background-color: rgb(21,219,141); }
div.DivClassName
{
background-color: #15DB8D;
}
.BgClassName
{
background-color: #15DB8D;
}
</style>
border-color css
<style>
span { border-color: #15DB8D; }
span { border-color: rgb(21,219,141); }
td.TdClassName
{
border-color: #15DB8D;
}
.TagClassName
{
border-color: #15DB8D;
}
</style>