Shades of Caribbean Green #10D1AA
Tints of Caribbean Green #10D1AA
RGB
CMYK
RGB Variations
Color information
#10D1AA (or 0x10D1AA) is known color: Caribbean Green. HEX triplet: 10, D1 and AA. RGB value is (16,209,170). Sum of RGB (Red+Green+Blue) = 16+209+170=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #10D1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D1AA is #EF2E55. Grayscale: #929292. Windows color (decimal): -15674966 or 11194640. OLE color: 11194640.
HSL color Cylindrical-coordinate representation of color #10D1AA: hue angle of 167.88º 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 #10D1AA is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 170 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.18 |
| HSL | 167.88º | 0.86% | 0.44% | - |
| HSV(B) | 167.88º | 0.92% | 0.82% | - |
| XYZ | 30.27 | 48.61 | 45.82 | - |
| YUV | 146.85 | 141.06 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 170 | 0.92 | 0 | 0.19 | 0.18 | 167.88 | 0.86 | 0.44 |
| Hex | 10 | D1 | AA | 5C | 0 | 13 | 12 | A8 | 56 | 2C |
| Octal | 20 | 321 | 252 | 134 | 0 | 23 | 22 | 250 | 126 | 54 |
| Binary | 10000 | 11010001 | 10101010 | 1011100 | 0 | 10011 | 10010 | 10101000 | 1010110 | 101100 |
Color Harmonies of #10D1AA
Complementary color
Monochromatic Colors of #10D1AA
Black with #10D1AA
Text Example
Text Example
White with #10D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1AA; }
p { color: rgb(16,209,170); }
H1.HeaderClassName
{
color: #10D1AA;
}
.AnyTagClassName
{
color: #10D1AA;
}
</style>
background-color css
<style>
a { background-color: #10D1AA; }
a { background-color: rgb(16,209,170); }
div.DivClassName
{
background-color: #10D1AA;
}
.BgClassName
{
background-color: #10D1AA;
}
</style>
border-color css
<style>
span { border-color: #10D1AA; }
span { border-color: rgb(16,209,170); }
td.TdClassName
{
border-color: #10D1AA;
}
.TagClassName
{
border-color: #10D1AA;
}
</style>