Shades of Caribbean Green #15CC9C
Tints of Caribbean Green #15CC9C
RGB
CMYK
RGB Variations
Color information
#15CC9C (or 0x15CC9C) is known color: Caribbean Green. HEX triplet: 15, CC and 9C. RGB value is (21,204,156). Sum of RGB (Red+Green+Blue) = 21+204+156=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #15CC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CC9C is #EA3363. Grayscale: #8F8F8F. Windows color (decimal): -15348580 or 10275861. OLE color: 10275861.
HSL color Cylindrical-coordinate representation of color #15CC9C: hue angle of 164.26º 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 #15CC9C is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 156 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.2 |
| HSL | 164.26º | 0.81% | 0.44% | - |
| HSV(B) | 164.26º | 0.9% | 0.8% | - |
| XYZ | 27.9 | 45.75 | 38.81 | - |
| YUV | 143.81 | 134.87 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 156 | 0.90 | 0 | 0.24 | 0.2 | 164.26 | 0.81 | 0.44 |
| Hex | 15 | CC | 9C | 5A | 0 | 18 | 14 | A4 | 51 | 2C |
| Octal | 25 | 314 | 234 | 132 | 0 | 30 | 24 | 244 | 121 | 54 |
| Binary | 10101 | 11001100 | 10011100 | 1011010 | 0 | 11000 | 10100 | 10100100 | 1010001 | 101100 |
Color Harmonies of #15CC9C
Complementary color
Monochromatic Colors of #15CC9C
Black with #15CC9C
Text Example
Text Example
White with #15CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CC9C; }
p { color: rgb(21,204,156); }
H1.HeaderClassName
{
color: #15CC9C;
}
.AnyTagClassName
{
color: #15CC9C;
}
</style>
background-color css
<style>
a { background-color: #15CC9C; }
a { background-color: rgb(21,204,156); }
div.DivClassName
{
background-color: #15CC9C;
}
.BgClassName
{
background-color: #15CC9C;
}
</style>
border-color css
<style>
span { border-color: #15CC9C; }
span { border-color: rgb(21,204,156); }
td.TdClassName
{
border-color: #15CC9C;
}
.TagClassName
{
border-color: #15CC9C;
}
</style>