Shades of Caribbean Green #15DE8E
Tints of Caribbean Green #15DE8E
RGB
CMYK
RGB Variations
Color information
#15DE8E (or 0x15DE8E) is known color: Caribbean Green. HEX triplet: 15, DE and 8E. RGB value is (21,222,142). Sum of RGB (Red+Green+Blue) = 21+222+142=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #15DE8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DE8E is #EA2171. Grayscale: #989898. Windows color (decimal): -15343986 or 9362965. OLE color: 9362965.
HSL color Cylindrical-coordinate representation of color #15DE8E: hue angle of 156.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DE8E is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 222 | 142 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.13 |
| HSL | 156.12º | 0.83% | 0.48% | - |
| HSV(B) | 156.12º | 0.91% | 0.87% | - |
| XYZ | 31.31 | 54.35 | 34.43 | - |
| YUV | 152.78 | 121.91 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 142 | 0.91 | 0 | 0.36 | 0.13 | 156.12 | 0.83 | 0.48 |
| Hex | 15 | DE | 8E | 5B | 0 | 24 | D | 9C | 53 | 30 |
| Octal | 25 | 336 | 216 | 133 | 0 | 44 | 15 | 234 | 123 | 60 |
| Binary | 10101 | 11011110 | 10001110 | 1011011 | 0 | 100100 | 1101 | 10011100 | 1010011 | 110000 |
Color Harmonies of #15DE8E
Complementary color
Monochromatic Colors of #15DE8E
Black with #15DE8E
Text Example
Text Example
White with #15DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DE8E; }
p { color: rgb(21,222,142); }
H1.HeaderClassName
{
color: #15DE8E;
}
.AnyTagClassName
{
color: #15DE8E;
}
</style>
background-color css
<style>
a { background-color: #15DE8E; }
a { background-color: rgb(21,222,142); }
div.DivClassName
{
background-color: #15DE8E;
}
.BgClassName
{
background-color: #15DE8E;
}
</style>
border-color css
<style>
span { border-color: #15DE8E; }
span { border-color: rgb(21,222,142); }
td.TdClassName
{
border-color: #15DE8E;
}
.TagClassName
{
border-color: #15DE8E;
}
</style>