Shades of Caribbean Green #15DBB0
Tints of Caribbean Green #15DBB0
RGB
CMYK
RGB Variations
Color information
#15DBB0 (or 0x15DBB0) is known color: Caribbean Green. HEX triplet: 15, DB and B0. RGB value is (21,219,176). Sum of RGB (Red+Green+Blue) = 21+219+176=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #15DBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DBB0 is #EA244F. Grayscale: #9A9A9A. Windows color (decimal): -15344720 or 11590421. OLE color: 11590421.
HSL color Cylindrical-coordinate representation of color #15DBB0: hue angle of 166.97º 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 #15DBB0 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 176 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.14 |
| HSL | 166.97º | 0.83% | 0.47% | - |
| HSV(B) | 166.97º | 0.9% | 0.86% | - |
| XYZ | 33.48 | 53.96 | 49.72 | - |
| YUV | 154.9 | 139.9 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 176 | 0.90 | 0 | 0.20 | 0.14 | 166.97 | 0.83 | 0.47 |
| Hex | 15 | DB | B0 | 5A | 0 | 14 | E | A7 | 52 | 2F |
| Octal | 25 | 333 | 260 | 132 | 0 | 24 | 16 | 247 | 122 | 57 |
| Binary | 10101 | 11011011 | 10110000 | 1011010 | 0 | 10100 | 1110 | 10100111 | 1010010 | 101111 |
Color Harmonies of #15DBB0
Complementary color
Monochromatic Colors of #15DBB0
Black with #15DBB0
Text Example
Text Example
White with #15DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBB0; }
p { color: rgb(21,219,176); }
H1.HeaderClassName
{
color: #15DBB0;
}
.AnyTagClassName
{
color: #15DBB0;
}
</style>
background-color css
<style>
a { background-color: #15DBB0; }
a { background-color: rgb(21,219,176); }
div.DivClassName
{
background-color: #15DBB0;
}
.BgClassName
{
background-color: #15DBB0;
}
</style>
border-color css
<style>
span { border-color: #15DBB0; }
span { border-color: rgb(21,219,176); }
td.TdClassName
{
border-color: #15DBB0;
}
.TagClassName
{
border-color: #15DBB0;
}
</style>