Shades of Caribbean Green #15DDAB
Tints of Caribbean Green #15DDAB
RGB
CMYK
RGB Variations
Color information
#15DDAB (or 0x15DDAB) is known color: Caribbean Green. HEX triplet: 15, DD and AB. RGB value is (21,221,171). Sum of RGB (Red+Green+Blue) = 21+221+171=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DDAB is #EA2254. Grayscale: #9B9B9B. Windows color (decimal): -15344213 or 11263253. OLE color: 11263253.
HSL color Cylindrical-coordinate representation of color #15DDAB: hue angle of 165º 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 #15DDAB is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 171 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.13 |
| HSL | 165º | 0.83% | 0.47% | - |
| HSV(B) | 165º | 0.9% | 0.87% | - |
| XYZ | 33.52 | 54.81 | 47.34 | - |
| YUV | 155.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 171 | 0.90 | 0 | 0.23 | 0.13 | 165 | 0.83 | 0.47 |
| Hex | 15 | DD | AB | 5A | 0 | 17 | D | A5 | 53 | 2F |
| Octal | 25 | 335 | 253 | 132 | 0 | 27 | 15 | 245 | 123 | 57 |
| Binary | 10101 | 11011101 | 10101011 | 1011010 | 0 | 10111 | 1101 | 10100101 | 1010011 | 101111 |
Color Harmonies of #15DDAB
Complementary color
Monochromatic Colors of #15DDAB
Black with #15DDAB
Text Example
Text Example
White with #15DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDAB; }
p { color: rgb(21,221,171); }
H1.HeaderClassName
{
color: #15DDAB;
}
.AnyTagClassName
{
color: #15DDAB;
}
</style>
background-color css
<style>
a { background-color: #15DDAB; }
a { background-color: rgb(21,221,171); }
div.DivClassName
{
background-color: #15DDAB;
}
.BgClassName
{
background-color: #15DDAB;
}
</style>
border-color css
<style>
span { border-color: #15DDAB; }
span { border-color: rgb(21,221,171); }
td.TdClassName
{
border-color: #15DDAB;
}
.TagClassName
{
border-color: #15DDAB;
}
</style>