Shades of Caribbean Green #15DAAC
Tints of Caribbean Green #15DAAC
RGB
CMYK
RGB Variations
Color information
#15DAAC (or 0x15DAAC) is known color: Caribbean Green. HEX triplet: 15, DA and AC. RGB value is (21,218,172). Sum of RGB (Red+Green+Blue) = 21+218+172=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #15DAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DAAC is #EA2553. Grayscale: #999999. Windows color (decimal): -15344980 or 11328021. OLE color: 11328021.
HSL color Cylindrical-coordinate representation of color #15DAAC: hue angle of 165.99º 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 #15DAAC is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 218 | 172 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.15 |
| HSL | 165.99º | 0.82% | 0.47% | - |
| HSV(B) | 165.99º | 0.9% | 0.85% | - |
| XYZ | 32.83 | 53.28 | 47.58 | - |
| YUV | 153.85 | 138.23 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 172 | 0.90 | 0 | 0.21 | 0.15 | 165.99 | 0.82 | 0.47 |
| Hex | 15 | DA | AC | 5A | 0 | 15 | F | A6 | 52 | 2F |
| Octal | 25 | 332 | 254 | 132 | 0 | 25 | 17 | 246 | 122 | 57 |
| Binary | 10101 | 11011010 | 10101100 | 1011010 | 0 | 10101 | 1111 | 10100110 | 1010010 | 101111 |
Color Harmonies of #15DAAC
Complementary color
Monochromatic Colors of #15DAAC
Black with #15DAAC
Text Example
Text Example
White with #15DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DAAC; }
p { color: rgb(21,218,172); }
H1.HeaderClassName
{
color: #15DAAC;
}
.AnyTagClassName
{
color: #15DAAC;
}
</style>
background-color css
<style>
a { background-color: #15DAAC; }
a { background-color: rgb(21,218,172); }
div.DivClassName
{
background-color: #15DAAC;
}
.BgClassName
{
background-color: #15DAAC;
}
</style>
border-color css
<style>
span { border-color: #15DAAC; }
span { border-color: rgb(21,218,172); }
td.TdClassName
{
border-color: #15DAAC;
}
.TagClassName
{
border-color: #15DAAC;
}
</style>