Shades of Caribbean Green #15CDAA
Tints of Caribbean Green #15CDAA
RGB
CMYK
RGB Variations
Color information
#15CDAA (or 0x15CDAA) is known color: Caribbean Green. HEX triplet: 15, CD and AA. RGB value is (21,205,170). Sum of RGB (Red+Green+Blue) = 21+205+170=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #15CDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CDAA is #EA3255. Grayscale: #919191. Windows color (decimal): -15348310 or 11193621. OLE color: 11193621.
HSL color Cylindrical-coordinate representation of color #15CDAA: hue angle of 168.59º 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 #15CDAA is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 170 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.20 |
| HSL | 168.59º | 0.81% | 0.44% | - |
| HSV(B) | 168.59º | 0.9% | 0.8% | - |
| XYZ | 29.4 | 46.72 | 45.5 | - |
| YUV | 145.99 | 141.54 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 170 | 0.90 | 0 | 0.17 | 0.20 | 168.59 | 0.81 | 0.44 |
| Hex | 15 | CD | AA | 5A | 0 | 11 | 14 | A9 | 51 | 2C |
| Octal | 25 | 315 | 252 | 132 | 0 | 21 | 24 | 251 | 121 | 54 |
| Binary | 10101 | 11001101 | 10101010 | 1011010 | 0 | 10001 | 10100 | 10101001 | 1010001 | 101100 |
Color Harmonies of #15CDAA
Complementary color
Monochromatic Colors of #15CDAA
Black with #15CDAA
Text Example
Text Example
White with #15CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDAA; }
p { color: rgb(21,205,170); }
H1.HeaderClassName
{
color: #15CDAA;
}
.AnyTagClassName
{
color: #15CDAA;
}
</style>
background-color css
<style>
a { background-color: #15CDAA; }
a { background-color: rgb(21,205,170); }
div.DivClassName
{
background-color: #15CDAA;
}
.BgClassName
{
background-color: #15CDAA;
}
</style>
border-color css
<style>
span { border-color: #15CDAA; }
span { border-color: rgb(21,205,170); }
td.TdClassName
{
border-color: #15CDAA;
}
.TagClassName
{
border-color: #15CDAA;
}
</style>