Shades of Caribbean Green #15CCA8
Tints of Caribbean Green #15CCA8
RGB
CMYK
RGB Variations
Color information
#15CCA8 (or 0x15CCA8) is known color: Caribbean Green. HEX triplet: 15, CC and A8. RGB value is (21,204,168). Sum of RGB (Red+Green+Blue) = 21+204+168=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #15CCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CCA8 is #EA3357. Grayscale: #919191. Windows color (decimal): -15348568 or 11062293. OLE color: 11062293.
HSL color Cylindrical-coordinate representation of color #15CCA8: hue angle of 168.2º 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 #15CCA8 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 168 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.2 |
| HSL | 168.2º | 0.81% | 0.44% | - |
| HSV(B) | 168.2º | 0.9% | 0.8% | - |
| XYZ | 28.97 | 46.17 | 44.43 | - |
| YUV | 145.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 168 | 0.90 | 0 | 0.18 | 0.2 | 168.2 | 0.81 | 0.44 |
| Hex | 15 | CC | A8 | 5A | 0 | 12 | 14 | A8 | 51 | 2C |
| Octal | 25 | 314 | 250 | 132 | 0 | 22 | 24 | 250 | 121 | 54 |
| Binary | 10101 | 11001100 | 10101000 | 1011010 | 0 | 10010 | 10100 | 10101000 | 1010001 | 101100 |
Color Harmonies of #15CCA8
Complementary color
Monochromatic Colors of #15CCA8
Black with #15CCA8
Text Example
Text Example
White with #15CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CCA8; }
p { color: rgb(21,204,168); }
H1.HeaderClassName
{
color: #15CCA8;
}
.AnyTagClassName
{
color: #15CCA8;
}
</style>
background-color css
<style>
a { background-color: #15CCA8; }
a { background-color: rgb(21,204,168); }
div.DivClassName
{
background-color: #15CCA8;
}
.BgClassName
{
background-color: #15CCA8;
}
</style>
border-color css
<style>
span { border-color: #15CCA8; }
span { border-color: rgb(21,204,168); }
td.TdClassName
{
border-color: #15CCA8;
}
.TagClassName
{
border-color: #15CCA8;
}
</style>