Shades of Caribbean Green #15DCA8
Tints of Caribbean Green #15DCA8
RGB
CMYK
RGB Variations
Color information
#15DCA8 (or 0x15DCA8) is known color: Caribbean Green. HEX triplet: 15, DC and A8. RGB value is (21,220,168). Sum of RGB (Red+Green+Blue) = 21+220+168=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DCA8 is #EA2357. Grayscale: #9A9A9A. Windows color (decimal): -15344472 or 11066389. OLE color: 11066389.
HSL color Cylindrical-coordinate representation of color #15DCA8: hue angle of 164.32º 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 #15DCA8 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 168 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.14 |
| HSL | 164.32º | 0.83% | 0.47% | - |
| HSV(B) | 164.32º | 0.9% | 0.86% | - |
| XYZ | 32.97 | 54.17 | 45.76 | - |
| YUV | 154.57 | 135.57 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 168 | 0.90 | 0 | 0.24 | 0.14 | 164.32 | 0.83 | 0.47 |
| Hex | 15 | DC | A8 | 5A | 0 | 18 | E | A4 | 53 | 2F |
| Octal | 25 | 334 | 250 | 132 | 0 | 30 | 16 | 244 | 123 | 57 |
| Binary | 10101 | 11011100 | 10101000 | 1011010 | 0 | 11000 | 1110 | 10100100 | 1010011 | 101111 |
Color Harmonies of #15DCA8
Complementary color
Monochromatic Colors of #15DCA8
Black with #15DCA8
Text Example
Text Example
White with #15DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCA8; }
p { color: rgb(21,220,168); }
H1.HeaderClassName
{
color: #15DCA8;
}
.AnyTagClassName
{
color: #15DCA8;
}
</style>
background-color css
<style>
a { background-color: #15DCA8; }
a { background-color: rgb(21,220,168); }
div.DivClassName
{
background-color: #15DCA8;
}
.BgClassName
{
background-color: #15DCA8;
}
</style>
border-color css
<style>
span { border-color: #15DCA8; }
span { border-color: rgb(21,220,168); }
td.TdClassName
{
border-color: #15DCA8;
}
.TagClassName
{
border-color: #15DCA8;
}
</style>