Shades of Caribbean Green #10DC87
Tints of Caribbean Green #10DC87
RGB
CMYK
RGB Variations
Color information
#10DC87 (or 0x10DC87) is known color: Caribbean Green. HEX triplet: 10, DC and 87. RGB value is (16,220,135). Sum of RGB (Red+Green+Blue) = 16+220+135=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC87 is #EF2378. Grayscale: #959595. Windows color (decimal): -15672185 or 8903696. OLE color: 8903696.
HSL color Cylindrical-coordinate representation of color #10DC87: hue angle of 155º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC87 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 135 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.14 |
| HSL | 155º | 0.86% | 0.46% | - |
| HSV(B) | 155º | 0.93% | 0.86% | - |
| XYZ | 30.18 | 53.05 | 31.57 | - |
| YUV | 149.31 | 119.91 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 135 | 0.93 | 0 | 0.39 | 0.14 | 155 | 0.86 | 0.46 |
| Hex | 10 | DC | 87 | 5D | 0 | 27 | E | 9B | 56 | 2E |
| Octal | 20 | 334 | 207 | 135 | 0 | 47 | 16 | 233 | 126 | 56 |
| Binary | 10000 | 11011100 | 10000111 | 1011101 | 0 | 100111 | 1110 | 10011011 | 1010110 | 101110 |
Color Harmonies of #10DC87
Complementary color
Monochromatic Colors of #10DC87
Black with #10DC87
Text Example
Text Example
White with #10DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC87; }
p { color: rgb(16,220,135); }
H1.HeaderClassName
{
color: #10DC87;
}
.AnyTagClassName
{
color: #10DC87;
}
</style>
background-color css
<style>
a { background-color: #10DC87; }
a { background-color: rgb(16,220,135); }
div.DivClassName
{
background-color: #10DC87;
}
.BgClassName
{
background-color: #10DC87;
}
</style>
border-color css
<style>
span { border-color: #10DC87; }
span { border-color: rgb(16,220,135); }
td.TdClassName
{
border-color: #10DC87;
}
.TagClassName
{
border-color: #10DC87;
}
</style>