Shades of Caribbean Green #15DBAF
Tints of Caribbean Green #15DBAF
RGB
CMYK
RGB Variations
Color information
#15DBAF (or 0x15DBAF) is known color: Caribbean Green. HEX triplet: 15, DB and AF. RGB value is (21,219,175). Sum of RGB (Red+Green+Blue) = 21+219+175=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #15DBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DBAF is #EA2450. Grayscale: #9A9A9A. Windows color (decimal): -15344721 or 11524885. OLE color: 11524885.
HSL color Cylindrical-coordinate representation of color #15DBAF: hue angle of 166.67º 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 #15DBAF is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 175 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.14 |
| HSL | 166.67º | 0.83% | 0.47% | - |
| HSV(B) | 166.67º | 0.9% | 0.86% | - |
| XYZ | 33.38 | 53.92 | 49.21 | - |
| YUV | 154.78 | 139.4 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 175 | 0.90 | 0 | 0.20 | 0.14 | 166.67 | 0.83 | 0.47 |
| Hex | 15 | DB | AF | 5A | 0 | 14 | E | A7 | 52 | 2F |
| Octal | 25 | 333 | 257 | 132 | 0 | 24 | 16 | 247 | 122 | 57 |
| Binary | 10101 | 11011011 | 10101111 | 1011010 | 0 | 10100 | 1110 | 10100111 | 1010010 | 101111 |
Color Harmonies of #15DBAF
Complementary color
Monochromatic Colors of #15DBAF
Black with #15DBAF
Text Example
Text Example
White with #15DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBAF; }
p { color: rgb(21,219,175); }
H1.HeaderClassName
{
color: #15DBAF;
}
.AnyTagClassName
{
color: #15DBAF;
}
</style>
background-color css
<style>
a { background-color: #15DBAF; }
a { background-color: rgb(21,219,175); }
div.DivClassName
{
background-color: #15DBAF;
}
.BgClassName
{
background-color: #15DBAF;
}
</style>
border-color css
<style>
span { border-color: #15DBAF; }
span { border-color: rgb(21,219,175); }
td.TdClassName
{
border-color: #15DBAF;
}
.TagClassName
{
border-color: #15DBAF;
}
</style>