Shades of Caribbean Green #15CB9F
Tints of Caribbean Green #15CB9F
RGB
CMYK
RGB Variations
Color information
#15CB9F (or 0x15CB9F) is known color: Caribbean Green. HEX triplet: 15, CB and 9F. RGB value is (21,203,159). Sum of RGB (Red+Green+Blue) = 21+203+159=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CB9F is #EA3460. Grayscale: #8F8F8F. Windows color (decimal): -15348833 or 10472213. OLE color: 10472213.
HSL color Cylindrical-coordinate representation of color #15CB9F: hue angle of 165.49º 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 #15CB9F is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 159 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.20 |
| HSL | 165.49º | 0.81% | 0.44% | - |
| HSV(B) | 165.49º | 0.9% | 0.8% | - |
| XYZ | 27.92 | 45.37 | 40.09 | - |
| YUV | 143.57 | 136.7 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 159 | 0.90 | 0 | 0.22 | 0.20 | 165.49 | 0.81 | 0.44 |
| Hex | 15 | CB | 9F | 5A | 0 | 16 | 14 | A5 | 51 | 2C |
| Octal | 25 | 313 | 237 | 132 | 0 | 26 | 24 | 245 | 121 | 54 |
| Binary | 10101 | 11001011 | 10011111 | 1011010 | 0 | 10110 | 10100 | 10100101 | 1010001 | 101100 |
Color Harmonies of #15CB9F
Complementary color
Monochromatic Colors of #15CB9F
Black with #15CB9F
Text Example
Text Example
White with #15CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB9F; }
p { color: rgb(21,203,159); }
H1.HeaderClassName
{
color: #15CB9F;
}
.AnyTagClassName
{
color: #15CB9F;
}
</style>
background-color css
<style>
a { background-color: #15CB9F; }
a { background-color: rgb(21,203,159); }
div.DivClassName
{
background-color: #15CB9F;
}
.BgClassName
{
background-color: #15CB9F;
}
</style>
border-color css
<style>
span { border-color: #15CB9F; }
span { border-color: rgb(21,203,159); }
td.TdClassName
{
border-color: #15CB9F;
}
.TagClassName
{
border-color: #15CB9F;
}
</style>