Shades of Caribbean Green #15CCAA
Tints of Caribbean Green #15CCAA
RGB
CMYK
RGB Variations
Color information
#15CCAA (or 0x15CCAA) is known color: Caribbean Green. HEX triplet: 15, CC and AA. RGB value is (21,204,170). Sum of RGB (Red+Green+Blue) = 21+204+170=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #15CCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CCAA is #EA3355. Grayscale: #919191. Windows color (decimal): -15348566 or 11193365. OLE color: 11193365.
HSL color Cylindrical-coordinate representation of color #15CCAA: hue angle of 168.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CCAA is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 170 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.2 |
| HSL | 168.85º | 0.81% | 0.44% | - |
| HSV(B) | 168.85º | 0.9% | 0.8% | - |
| XYZ | 29.16 | 46.25 | 45.42 | - |
| YUV | 145.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 170 | 0.90 | 0 | 0.17 | 0.2 | 168.85 | 0.81 | 0.44 |
| Hex | 15 | CC | AA | 5A | 0 | 11 | 14 | A9 | 51 | 2C |
| Octal | 25 | 314 | 252 | 132 | 0 | 21 | 24 | 251 | 121 | 54 |
| Binary | 10101 | 11001100 | 10101010 | 1011010 | 0 | 10001 | 10100 | 10101001 | 1010001 | 101100 |
Color Harmonies of #15CCAA
Complementary color
Monochromatic Colors of #15CCAA
Black with #15CCAA
Text Example
Text Example
White with #15CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CCAA; }
p { color: rgb(21,204,170); }
H1.HeaderClassName
{
color: #15CCAA;
}
.AnyTagClassName
{
color: #15CCAA;
}
</style>
background-color css
<style>
a { background-color: #15CCAA; }
a { background-color: rgb(21,204,170); }
div.DivClassName
{
background-color: #15CCAA;
}
.BgClassName
{
background-color: #15CCAA;
}
</style>
border-color css
<style>
span { border-color: #15CCAA; }
span { border-color: rgb(21,204,170); }
td.TdClassName
{
border-color: #15CCAA;
}
.TagClassName
{
border-color: #15CCAA;
}
</style>