Shades of Caribbean Green #10D1AB
Tints of Caribbean Green #10D1AB
RGB
CMYK
RGB Variations
Color information
#10D1AB (or 0x10D1AB) is known color: Caribbean Green. HEX triplet: 10, D1 and AB. RGB value is (16,209,171). Sum of RGB (Red+Green+Blue) = 16+209+171=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #10D1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D1AB is #EF2E54. Grayscale: #929292. Windows color (decimal): -15674965 or 11260176. OLE color: 11260176.
HSL color Cylindrical-coordinate representation of color #10D1AB: hue angle of 168.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 #10D1AB is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 171 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.18 |
| HSL | 168.19º | 0.86% | 0.44% | - |
| HSV(B) | 168.19º | 0.92% | 0.82% | - |
| XYZ | 30.36 | 48.65 | 46.32 | - |
| YUV | 146.96 | 141.56 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 171 | 0.92 | 0 | 0.18 | 0.18 | 168.19 | 0.86 | 0.44 |
| Hex | 10 | D1 | AB | 5C | 0 | 12 | 12 | A8 | 56 | 2C |
| Octal | 20 | 321 | 253 | 134 | 0 | 22 | 22 | 250 | 126 | 54 |
| Binary | 10000 | 11010001 | 10101011 | 1011100 | 0 | 10010 | 10010 | 10101000 | 1010110 | 101100 |
Color Harmonies of #10D1AB
Complementary color
Monochromatic Colors of #10D1AB
Black with #10D1AB
Text Example
Text Example
White with #10D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1AB; }
p { color: rgb(16,209,171); }
H1.HeaderClassName
{
color: #10D1AB;
}
.AnyTagClassName
{
color: #10D1AB;
}
</style>
background-color css
<style>
a { background-color: #10D1AB; }
a { background-color: rgb(16,209,171); }
div.DivClassName
{
background-color: #10D1AB;
}
.BgClassName
{
background-color: #10D1AB;
}
</style>
border-color css
<style>
span { border-color: #10D1AB; }
span { border-color: rgb(16,209,171); }
td.TdClassName
{
border-color: #10D1AB;
}
.TagClassName
{
border-color: #10D1AB;
}
</style>