Shades of Caribbean Green #15CB8D
Tints of Caribbean Green #15CB8D
RGB
CMYK
RGB Variations
Color information
#15CB8D (or 0x15CB8D) is known color: Caribbean Green. HEX triplet: 15, CB and 8D. RGB value is (21,203,141). Sum of RGB (Red+Green+Blue) = 21+203+141=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CB8D is #EA3472. Grayscale: #8D8D8D. Windows color (decimal): -15348851 or 9292565. OLE color: 9292565.
HSL color Cylindrical-coordinate representation of color #15CB8D: hue angle of 159.56º 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 #15CB8D is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 141 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.20 |
| HSL | 159.56º | 0.81% | 0.44% | - |
| HSV(B) | 159.56º | 0.9% | 0.8% | - |
| XYZ | 26.47 | 44.79 | 32.45 | - |
| YUV | 141.51 | 127.7 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 141 | 0.90 | 0 | 0.31 | 0.20 | 159.56 | 0.81 | 0.44 |
| Hex | 15 | CB | 8D | 5A | 0 | 1F | 14 | A0 | 51 | 2C |
| Octal | 25 | 313 | 215 | 132 | 0 | 37 | 24 | 240 | 121 | 54 |
| Binary | 10101 | 11001011 | 10001101 | 1011010 | 0 | 11111 | 10100 | 10100000 | 1010001 | 101100 |
Color Harmonies of #15CB8D
Complementary color
Monochromatic Colors of #15CB8D
Black with #15CB8D
Text Example
Text Example
White with #15CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB8D; }
p { color: rgb(21,203,141); }
H1.HeaderClassName
{
color: #15CB8D;
}
.AnyTagClassName
{
color: #15CB8D;
}
</style>
background-color css
<style>
a { background-color: #15CB8D; }
a { background-color: rgb(21,203,141); }
div.DivClassName
{
background-color: #15CB8D;
}
.BgClassName
{
background-color: #15CB8D;
}
</style>
border-color css
<style>
span { border-color: #15CB8D; }
span { border-color: rgb(21,203,141); }
td.TdClassName
{
border-color: #15CB8D;
}
.TagClassName
{
border-color: #15CB8D;
}
</style>