Shades of Caribbean Green #15DB8B
Tints of Caribbean Green #15DB8B
RGB
CMYK
RGB Variations
Color information
#15DB8B (or 0x15DB8B) is known color: Caribbean Green. HEX triplet: 15, DB and 8B. RGB value is (21,219,139). Sum of RGB (Red+Green+Blue) = 21+219+139=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #15DB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DB8B is #EA2474. Grayscale: #969696. Windows color (decimal): -15344757 or 9165589. OLE color: 9165589.
HSL color Cylindrical-coordinate representation of color #15DB8B: hue angle of 155.76º 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 #15DB8B is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 139 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.14 |
| HSL | 155.76º | 0.83% | 0.47% | - |
| HSV(B) | 155.76º | 0.9% | 0.86% | - |
| XYZ | 30.3 | 52.69 | 33 | - |
| YUV | 150.68 | 121.4 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 139 | 0.90 | 0 | 0.37 | 0.14 | 155.76 | 0.83 | 0.47 |
| Hex | 15 | DB | 8B | 5A | 0 | 25 | E | 9C | 52 | 2F |
| Octal | 25 | 333 | 213 | 132 | 0 | 45 | 16 | 234 | 122 | 57 |
| Binary | 10101 | 11011011 | 10001011 | 1011010 | 0 | 100101 | 1110 | 10011100 | 1010010 | 101111 |
Color Harmonies of #15DB8B
Complementary color
Monochromatic Colors of #15DB8B
Black with #15DB8B
Text Example
Text Example
White with #15DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DB8B; }
p { color: rgb(21,219,139); }
H1.HeaderClassName
{
color: #15DB8B;
}
.AnyTagClassName
{
color: #15DB8B;
}
</style>
background-color css
<style>
a { background-color: #15DB8B; }
a { background-color: rgb(21,219,139); }
div.DivClassName
{
background-color: #15DB8B;
}
.BgClassName
{
background-color: #15DB8B;
}
</style>
border-color css
<style>
span { border-color: #15DB8B; }
span { border-color: rgb(21,219,139); }
td.TdClassName
{
border-color: #15DB8B;
}
.TagClassName
{
border-color: #15DB8B;
}
</style>