Shades of Caribbean Green #10D187
Tints of Caribbean Green #10D187
RGB
CMYK
RGB Variations
Color information
#10D187 (or 0x10D187) is known color: Caribbean Green. HEX triplet: 10, D1 and 87. RGB value is (16,209,135). Sum of RGB (Red+Green+Blue) = 16+209+135=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #10D187 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D187 is #EF2E78. Grayscale: #8E8E8E. Windows color (decimal): -15675001 or 8900880. OLE color: 8900880.
HSL color Cylindrical-coordinate representation of color #10D187: hue angle of 156.99º 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 #10D187 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 135 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.18 |
| HSL | 156.99º | 0.86% | 0.44% | - |
| HSV(B) | 156.99º | 0.92% | 0.82% | - |
| XYZ | 27.39 | 47.46 | 30.64 | - |
| YUV | 142.86 | 123.56 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 135 | 0.92 | 0 | 0.35 | 0.18 | 156.99 | 0.86 | 0.44 |
| Hex | 10 | D1 | 87 | 5C | 0 | 23 | 12 | 9D | 56 | 2C |
| Octal | 20 | 321 | 207 | 134 | 0 | 43 | 22 | 235 | 126 | 54 |
| Binary | 10000 | 11010001 | 10000111 | 1011100 | 0 | 100011 | 10010 | 10011101 | 1010110 | 101100 |
Color Harmonies of #10D187
Complementary color
Monochromatic Colors of #10D187
Black with #10D187
Text Example
Text Example
White with #10D187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D187; }
p { color: rgb(16,209,135); }
H1.HeaderClassName
{
color: #10D187;
}
.AnyTagClassName
{
color: #10D187;
}
</style>
background-color css
<style>
a { background-color: #10D187; }
a { background-color: rgb(16,209,135); }
div.DivClassName
{
background-color: #10D187;
}
.BgClassName
{
background-color: #10D187;
}
</style>
border-color css
<style>
span { border-color: #10D187; }
span { border-color: rgb(16,209,135); }
td.TdClassName
{
border-color: #10D187;
}
.TagClassName
{
border-color: #10D187;
}
</style>