Shades of Caribbean Green #10D087
Tints of Caribbean Green #10D087
RGB
CMYK
RGB Variations
Color information
#10D087 (or 0x10D087) is known color: Caribbean Green. HEX triplet: 10, D0 and 87. RGB value is (16,208,135). Sum of RGB (Red+Green+Blue) = 16+208+135=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #10D087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D087 is #EF2F78. Grayscale: #8E8E8E. Windows color (decimal): -15675257 or 8900624. OLE color: 8900624.
HSL color Cylindrical-coordinate representation of color #10D087: hue angle of 157.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D087 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 135 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.18 |
| HSL | 157.19º | 0.86% | 0.44% | - |
| HSV(B) | 157.19º | 0.92% | 0.82% | - |
| XYZ | 27.14 | 46.97 | 30.56 | - |
| YUV | 142.27 | 123.89 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 135 | 0.92 | 0 | 0.35 | 0.18 | 157.19 | 0.86 | 0.44 |
| Hex | 10 | D0 | 87 | 5C | 0 | 23 | 12 | 9D | 56 | 2C |
| Octal | 20 | 320 | 207 | 134 | 0 | 43 | 22 | 235 | 126 | 54 |
| Binary | 10000 | 11010000 | 10000111 | 1011100 | 0 | 100011 | 10010 | 10011101 | 1010110 | 101100 |
Color Harmonies of #10D087
Complementary color
Monochromatic Colors of #10D087
Black with #10D087
Text Example
Text Example
White with #10D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D087; }
p { color: rgb(16,208,135); }
H1.HeaderClassName
{
color: #10D087;
}
.AnyTagClassName
{
color: #10D087;
}
</style>
background-color css
<style>
a { background-color: #10D087; }
a { background-color: rgb(16,208,135); }
div.DivClassName
{
background-color: #10D087;
}
.BgClassName
{
background-color: #10D087;
}
</style>
border-color css
<style>
span { border-color: #10D087; }
span { border-color: rgb(16,208,135); }
td.TdClassName
{
border-color: #10D087;
}
.TagClassName
{
border-color: #10D087;
}
</style>