Shades of Caribbean Green #10D995
Tints of Caribbean Green #10D995
RGB
CMYK
RGB Variations
Color information
#10D995 (or 0x10D995) is known color: Caribbean Green. HEX triplet: 10, D9 and 95. RGB value is (16,217,149). Sum of RGB (Red+Green+Blue) = 16+217+149=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #10D995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D995 is #EF266A. Grayscale: #959595. Windows color (decimal): -15672939 or 9820432. OLE color: 9820432.
HSL color Cylindrical-coordinate representation of color #10D995: hue angle of 159.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D995 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 149 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.15 |
| HSL | 159.7º | 0.86% | 0.46% | - |
| HSV(B) | 159.7º | 0.93% | 0.85% | - |
| XYZ | 30.45 | 51.91 | 36.85 | - |
| YUV | 149.15 | 127.91 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 149 | 0.93 | 0 | 0.31 | 0.15 | 159.7 | 0.86 | 0.46 |
| Hex | 10 | D9 | 95 | 5D | 0 | 1F | F | A0 | 56 | 2E |
| Octal | 20 | 331 | 225 | 135 | 0 | 37 | 17 | 240 | 126 | 56 |
| Binary | 10000 | 11011001 | 10010101 | 1011101 | 0 | 11111 | 1111 | 10100000 | 1010110 | 101110 |
Color Harmonies of #10D995
Complementary color
Monochromatic Colors of #10D995
Black with #10D995
Text Example
Text Example
White with #10D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D995; }
p { color: rgb(16,217,149); }
H1.HeaderClassName
{
color: #10D995;
}
.AnyTagClassName
{
color: #10D995;
}
</style>
background-color css
<style>
a { background-color: #10D995; }
a { background-color: rgb(16,217,149); }
div.DivClassName
{
background-color: #10D995;
}
.BgClassName
{
background-color: #10D995;
}
</style>
border-color css
<style>
span { border-color: #10D995; }
span { border-color: rgb(16,217,149); }
td.TdClassName
{
border-color: #10D995;
}
.TagClassName
{
border-color: #10D995;
}
</style>