Shades of Caribbean Green #15D885
Tints of Caribbean Green #15D885
RGB
CMYK
RGB Variations
Color information
#15D885 (or 0x15D885) is known color: Caribbean Green. HEX triplet: 15, D8 and 85. RGB value is (21,216,133). Sum of RGB (Red+Green+Blue) = 21+216+133=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #15D885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D885 is #EA277A. Grayscale: #949494. Windows color (decimal): -15345531 or 8771605. OLE color: 8771605.
HSL color Cylindrical-coordinate representation of color #15D885: hue angle of 154.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D885 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 216 | 133 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.15 |
| HSL | 154.46º | 0.82% | 0.46% | - |
| HSV(B) | 154.46º | 0.9% | 0.85% | - |
| XYZ | 29.1 | 50.96 | 30.49 | - |
| YUV | 148.23 | 119.4 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 216 | 133 | 0.90 | 0 | 0.38 | 0.15 | 154.46 | 0.82 | 0.46 |
| Hex | 15 | D8 | 85 | 5A | 0 | 26 | F | 9A | 52 | 2E |
| Octal | 25 | 330 | 205 | 132 | 0 | 46 | 17 | 232 | 122 | 56 |
| Binary | 10101 | 11011000 | 10000101 | 1011010 | 0 | 100110 | 1111 | 10011010 | 1010010 | 101110 |
Color Harmonies of #15D885
Complementary color
Monochromatic Colors of #15D885
Black with #15D885
Text Example
Text Example
White with #15D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D885; }
p { color: rgb(21,216,133); }
H1.HeaderClassName
{
color: #15D885;
}
.AnyTagClassName
{
color: #15D885;
}
</style>
background-color css
<style>
a { background-color: #15D885; }
a { background-color: rgb(21,216,133); }
div.DivClassName
{
background-color: #15D885;
}
.BgClassName
{
background-color: #15D885;
}
</style>
border-color css
<style>
span { border-color: #15D885; }
span { border-color: rgb(21,216,133); }
td.TdClassName
{
border-color: #15D885;
}
.TagClassName
{
border-color: #15D885;
}
</style>