Shades of Caribbean Green #15DDAF
Tints of Caribbean Green #15DDAF
RGB
CMYK
RGB Variations
Color information
#15DDAF (or 0x15DDAF) is known color: Caribbean Green. HEX triplet: 15, DD and AF. RGB value is (21,221,175). Sum of RGB (Red+Green+Blue) = 21+221+175=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DDAF is #EA2250. Grayscale: #9B9B9B. Windows color (decimal): -15344209 or 11525397. OLE color: 11525397.
HSL color Cylindrical-coordinate representation of color #15DDAF: hue angle of 166.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DDAF is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 175 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.13 |
| HSL | 166.2º | 0.83% | 0.47% | - |
| HSV(B) | 166.2º | 0.9% | 0.87% | - |
| XYZ | 33.9 | 54.97 | 49.38 | - |
| YUV | 155.96 | 138.74 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 175 | 0.90 | 0 | 0.21 | 0.13 | 166.2 | 0.83 | 0.47 |
| Hex | 15 | DD | AF | 5A | 0 | 15 | D | A6 | 53 | 2F |
| Octal | 25 | 335 | 257 | 132 | 0 | 25 | 15 | 246 | 123 | 57 |
| Binary | 10101 | 11011101 | 10101111 | 1011010 | 0 | 10101 | 1101 | 10100110 | 1010011 | 101111 |
Color Harmonies of #15DDAF
Complementary color
Monochromatic Colors of #15DDAF
Black with #15DDAF
Text Example
Text Example
White with #15DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDAF; }
p { color: rgb(21,221,175); }
H1.HeaderClassName
{
color: #15DDAF;
}
.AnyTagClassName
{
color: #15DDAF;
}
</style>
background-color css
<style>
a { background-color: #15DDAF; }
a { background-color: rgb(21,221,175); }
div.DivClassName
{
background-color: #15DDAF;
}
.BgClassName
{
background-color: #15DDAF;
}
</style>
border-color css
<style>
span { border-color: #15DDAF; }
span { border-color: rgb(21,221,175); }
td.TdClassName
{
border-color: #15DDAF;
}
.TagClassName
{
border-color: #15DDAF;
}
</style>