Shades of Caribbean Green #10D687
Tints of Caribbean Green #10D687
RGB
CMYK
RGB Variations
Color information
#10D687 (or 0x10D687) is known color: Caribbean Green. HEX triplet: 10, D6 and 87. RGB value is (16,214,135). Sum of RGB (Red+Green+Blue) = 16+214+135=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #10D687 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D687 is #EF2978. Grayscale: #919191. Windows color (decimal): -15673721 or 8902160. OLE color: 8902160.
HSL color Cylindrical-coordinate representation of color #10D687: hue angle of 156.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D687 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 135 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.16 |
| HSL | 156.06º | 0.86% | 0.45% | - |
| HSV(B) | 156.06º | 0.93% | 0.84% | - |
| XYZ | 28.63 | 49.95 | 31.05 | - |
| YUV | 145.79 | 121.9 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 135 | 0.93 | 0 | 0.37 | 0.16 | 156.06 | 0.86 | 0.45 |
| Hex | 10 | D6 | 87 | 5D | 0 | 25 | 10 | 9C | 56 | 2D |
| Octal | 20 | 326 | 207 | 135 | 0 | 45 | 20 | 234 | 126 | 55 |
| Binary | 10000 | 11010110 | 10000111 | 1011101 | 0 | 100101 | 10000 | 10011100 | 1010110 | 101101 |
Color Harmonies of #10D687
Complementary color
Monochromatic Colors of #10D687
Black with #10D687
Text Example
Text Example
White with #10D687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D687; }
p { color: rgb(16,214,135); }
H1.HeaderClassName
{
color: #10D687;
}
.AnyTagClassName
{
color: #10D687;
}
</style>
background-color css
<style>
a { background-color: #10D687; }
a { background-color: rgb(16,214,135); }
div.DivClassName
{
background-color: #10D687;
}
.BgClassName
{
background-color: #10D687;
}
</style>
border-color css
<style>
span { border-color: #10D687; }
span { border-color: rgb(16,214,135); }
td.TdClassName
{
border-color: #10D687;
}
.TagClassName
{
border-color: #10D687;
}
</style>