Shades of Caribbean Green #15CEAA
Tints of Caribbean Green #15CEAA
RGB
CMYK
RGB Variations
Color information
#15CEAA (or 0x15CEAA) is known color: Caribbean Green. HEX triplet: 15, CE and AA. RGB value is (21,206,170). Sum of RGB (Red+Green+Blue) = 21+206+170=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #15CEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CEAA is #EA3155. Grayscale: #929292. Windows color (decimal): -15348054 or 11193877. OLE color: 11193877.
HSL color Cylindrical-coordinate representation of color #15CEAA: hue angle of 168.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CEAA is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 206 | 170 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.19 |
| HSL | 168.32º | 0.81% | 0.45% | - |
| HSV(B) | 168.32º | 0.9% | 0.81% | - |
| XYZ | 29.64 | 47.2 | 45.58 | - |
| YUV | 146.58 | 141.21 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 170 | 0.90 | 0 | 0.17 | 0.19 | 168.32 | 0.81 | 0.45 |
| Hex | 15 | CE | AA | 5A | 0 | 11 | 13 | A8 | 51 | 2D |
| Octal | 25 | 316 | 252 | 132 | 0 | 21 | 23 | 250 | 121 | 55 |
| Binary | 10101 | 11001110 | 10101010 | 1011010 | 0 | 10001 | 10011 | 10101000 | 1010001 | 101101 |
Color Harmonies of #15CEAA
Complementary color
Monochromatic Colors of #15CEAA
Black with #15CEAA
Text Example
Text Example
White with #15CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CEAA; }
p { color: rgb(21,206,170); }
H1.HeaderClassName
{
color: #15CEAA;
}
.AnyTagClassName
{
color: #15CEAA;
}
</style>
background-color css
<style>
a { background-color: #15CEAA; }
a { background-color: rgb(21,206,170); }
div.DivClassName
{
background-color: #15CEAA;
}
.BgClassName
{
background-color: #15CEAA;
}
</style>
border-color css
<style>
span { border-color: #15CEAA; }
span { border-color: rgb(21,206,170); }
td.TdClassName
{
border-color: #15CEAA;
}
.TagClassName
{
border-color: #15CEAA;
}
</style>