Shades of Caribbean Green #10D9AB
Tints of Caribbean Green #10D9AB
RGB
CMYK
RGB Variations
Color information
#10D9AB (or 0x10D9AB) is known color: Caribbean Green. HEX triplet: 10, D9 and AB. RGB value is (16,217,171). Sum of RGB (Red+Green+Blue) = 16+217+171=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #10D9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D9AB is #EF2654. Grayscale: #979797. Windows color (decimal): -15672917 or 11262224. OLE color: 11262224.
HSL color Cylindrical-coordinate representation of color #10D9AB: hue angle of 166.27º 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 #10D9AB is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 171 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.15 |
| HSL | 166.27º | 0.86% | 0.46% | - |
| HSV(B) | 166.27º | 0.93% | 0.85% | - |
| XYZ | 32.38 | 52.68 | 46.99 | - |
| YUV | 151.66 | 138.91 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 171 | 0.93 | 0 | 0.21 | 0.15 | 166.27 | 0.86 | 0.46 |
| Hex | 10 | D9 | AB | 5D | 0 | 15 | F | A6 | 56 | 2E |
| Octal | 20 | 331 | 253 | 135 | 0 | 25 | 17 | 246 | 126 | 56 |
| Binary | 10000 | 11011001 | 10101011 | 1011101 | 0 | 10101 | 1111 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10D9AB
Complementary color
Monochromatic Colors of #10D9AB
Black with #10D9AB
Text Example
Text Example
White with #10D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D9AB; }
p { color: rgb(16,217,171); }
H1.HeaderClassName
{
color: #10D9AB;
}
.AnyTagClassName
{
color: #10D9AB;
}
</style>
background-color css
<style>
a { background-color: #10D9AB; }
a { background-color: rgb(16,217,171); }
div.DivClassName
{
background-color: #10D9AB;
}
.BgClassName
{
background-color: #10D9AB;
}
</style>
border-color css
<style>
span { border-color: #10D9AB; }
span { border-color: rgb(16,217,171); }
td.TdClassName
{
border-color: #10D9AB;
}
.TagClassName
{
border-color: #10D9AB;
}
</style>