Shades of Caribbean Green #10DB87
Tints of Caribbean Green #10DB87
RGB
CMYK
RGB Variations
Color information
#10DB87 (or 0x10DB87) is known color: Caribbean Green. HEX triplet: 10, DB and 87. RGB value is (16,219,135). Sum of RGB (Red+Green+Blue) = 16+219+135=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB87 is #EF2478. Grayscale: #949494. Windows color (decimal): -15672441 or 8903440. OLE color: 8903440.
HSL color Cylindrical-coordinate representation of color #10DB87: hue angle of 155.17º 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 #10DB87 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 135 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.14 |
| HSL | 155.17º | 0.86% | 0.46% | - |
| HSV(B) | 155.17º | 0.93% | 0.86% | - |
| XYZ | 29.92 | 52.52 | 31.48 | - |
| YUV | 148.73 | 120.25 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 135 | 0.93 | 0 | 0.38 | 0.14 | 155.17 | 0.86 | 0.46 |
| Hex | 10 | DB | 87 | 5D | 0 | 26 | E | 9B | 56 | 2E |
| Octal | 20 | 333 | 207 | 135 | 0 | 46 | 16 | 233 | 126 | 56 |
| Binary | 10000 | 11011011 | 10000111 | 1011101 | 0 | 100110 | 1110 | 10011011 | 1010110 | 101110 |
Color Harmonies of #10DB87
Complementary color
Monochromatic Colors of #10DB87
Black with #10DB87
Text Example
Text Example
White with #10DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB87; }
p { color: rgb(16,219,135); }
H1.HeaderClassName
{
color: #10DB87;
}
.AnyTagClassName
{
color: #10DB87;
}
</style>
background-color css
<style>
a { background-color: #10DB87; }
a { background-color: rgb(16,219,135); }
div.DivClassName
{
background-color: #10DB87;
}
.BgClassName
{
background-color: #10DB87;
}
</style>
border-color css
<style>
span { border-color: #10DB87; }
span { border-color: rgb(16,219,135); }
td.TdClassName
{
border-color: #10DB87;
}
.TagClassName
{
border-color: #10DB87;
}
</style>