Shades of Caribbean Green #15DCAA
Tints of Caribbean Green #15DCAA
RGB
CMYK
RGB Variations
Color information
#15DCAA (or 0x15DCAA) is known color: Caribbean Green. HEX triplet: 15, DC and AA. RGB value is (21,220,170). Sum of RGB (Red+Green+Blue) = 21+220+170=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DCAA is #EA2355. Grayscale: #9A9A9A. Windows color (decimal): -15344470 or 11197461. OLE color: 11197461.
HSL color Cylindrical-coordinate representation of color #15DCAA: hue angle of 164.92º degrees, saturation: 0.83, 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 #15DCAA is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 170 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.14 |
| HSL | 164.92º | 0.83% | 0.47% | - |
| HSV(B) | 164.92º | 0.9% | 0.86% | - |
| XYZ | 33.16 | 54.25 | 46.75 | - |
| YUV | 154.8 | 136.57 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 170 | 0.90 | 0 | 0.23 | 0.14 | 164.92 | 0.83 | 0.47 |
| Hex | 15 | DC | AA | 5A | 0 | 17 | E | A5 | 53 | 2F |
| Octal | 25 | 334 | 252 | 132 | 0 | 27 | 16 | 245 | 123 | 57 |
| Binary | 10101 | 11011100 | 10101010 | 1011010 | 0 | 10111 | 1110 | 10100101 | 1010011 | 101111 |
Color Harmonies of #15DCAA
Complementary color
Monochromatic Colors of #15DCAA
Black with #15DCAA
Text Example
Text Example
White with #15DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCAA; }
p { color: rgb(21,220,170); }
H1.HeaderClassName
{
color: #15DCAA;
}
.AnyTagClassName
{
color: #15DCAA;
}
</style>
background-color css
<style>
a { background-color: #15DCAA; }
a { background-color: rgb(21,220,170); }
div.DivClassName
{
background-color: #15DCAA;
}
.BgClassName
{
background-color: #15DCAA;
}
</style>
border-color css
<style>
span { border-color: #15DCAA; }
span { border-color: rgb(21,220,170); }
td.TdClassName
{
border-color: #15DCAA;
}
.TagClassName
{
border-color: #15DCAA;
}
</style>