Shades of Caribbean Green #15CB8F
Tints of Caribbean Green #15CB8F
RGB
CMYK
RGB Variations
Color information
#15CB8F (or 0x15CB8F) is known color: Caribbean Green. HEX triplet: 15, CB and 8F. RGB value is (21,203,143). Sum of RGB (Red+Green+Blue) = 21+203+143=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CB8F is #EA3470. Grayscale: #8D8D8D. Windows color (decimal): -15348849 or 9423637. OLE color: 9423637.
HSL color Cylindrical-coordinate representation of color #15CB8F: hue angle of 160.22º 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 #15CB8F is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 143 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.20 |
| HSL | 160.22º | 0.81% | 0.44% | - |
| HSV(B) | 160.22º | 0.9% | 0.8% | - |
| XYZ | 26.62 | 44.85 | 33.24 | - |
| YUV | 141.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 143 | 0.90 | 0 | 0.30 | 0.20 | 160.22 | 0.81 | 0.44 |
| Hex | 15 | CB | 8F | 5A | 0 | 1E | 14 | A0 | 51 | 2C |
| Octal | 25 | 313 | 217 | 132 | 0 | 36 | 24 | 240 | 121 | 54 |
| Binary | 10101 | 11001011 | 10001111 | 1011010 | 0 | 11110 | 10100 | 10100000 | 1010001 | 101100 |
Color Harmonies of #15CB8F
Complementary color
Monochromatic Colors of #15CB8F
Black with #15CB8F
Text Example
Text Example
White with #15CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB8F; }
p { color: rgb(21,203,143); }
H1.HeaderClassName
{
color: #15CB8F;
}
.AnyTagClassName
{
color: #15CB8F;
}
</style>
background-color css
<style>
a { background-color: #15CB8F; }
a { background-color: rgb(21,203,143); }
div.DivClassName
{
background-color: #15CB8F;
}
.BgClassName
{
background-color: #15CB8F;
}
</style>
border-color css
<style>
span { border-color: #15CB8F; }
span { border-color: rgb(21,203,143); }
td.TdClassName
{
border-color: #15CB8F;
}
.TagClassName
{
border-color: #15CB8F;
}
</style>