Shades of Caribbean Green #15DAAF
Tints of Caribbean Green #15DAAF
RGB
CMYK
RGB Variations
Color information
#15DAAF (or 0x15DAAF) is known color: Caribbean Green. HEX triplet: 15, DA and AF. RGB value is (21,218,175). Sum of RGB (Red+Green+Blue) = 21+218+175=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #15DAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DAAF is #EA2550. Grayscale: #9A9A9A. Windows color (decimal): -15344977 or 11524629. OLE color: 11524629.
HSL color Cylindrical-coordinate representation of color #15DAAF: hue angle of 166.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DAAF is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 218 | 175 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.15 |
| HSL | 166.9º | 0.82% | 0.47% | - |
| HSV(B) | 166.9º | 0.9% | 0.85% | - |
| XYZ | 33.12 | 53.4 | 49.12 | - |
| YUV | 154.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 175 | 0.90 | 0 | 0.20 | 0.15 | 166.9 | 0.82 | 0.47 |
| Hex | 15 | DA | AF | 5A | 0 | 14 | F | A7 | 52 | 2F |
| Octal | 25 | 332 | 257 | 132 | 0 | 24 | 17 | 247 | 122 | 57 |
| Binary | 10101 | 11011010 | 10101111 | 1011010 | 0 | 10100 | 1111 | 10100111 | 1010010 | 101111 |
Color Harmonies of #15DAAF
Complementary color
Monochromatic Colors of #15DAAF
Black with #15DAAF
Text Example
Text Example
White with #15DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DAAF; }
p { color: rgb(21,218,175); }
H1.HeaderClassName
{
color: #15DAAF;
}
.AnyTagClassName
{
color: #15DAAF;
}
</style>
background-color css
<style>
a { background-color: #15DAAF; }
a { background-color: rgb(21,218,175); }
div.DivClassName
{
background-color: #15DAAF;
}
.BgClassName
{
background-color: #15DAAF;
}
</style>
border-color css
<style>
span { border-color: #15DAAF; }
span { border-color: rgb(21,218,175); }
td.TdClassName
{
border-color: #15DAAF;
}
.TagClassName
{
border-color: #15DAAF;
}
</style>