Shades of Caribbean Green #10D0AA
Tints of Caribbean Green #10D0AA
RGB
CMYK
RGB Variations
Color information
#10D0AA (or 0x10D0AA) is known color: Caribbean Green. HEX triplet: 10, D0 and AA. RGB value is (16,208,170). Sum of RGB (Red+Green+Blue) = 16+208+170=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #10D0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D0AA is #EF2F55. Grayscale: #929292. Windows color (decimal): -15675222 or 11194384. OLE color: 11194384.
HSL color Cylindrical-coordinate representation of color #10D0AA: hue angle of 168.12º 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 #10D0AA is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 170 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.18 |
| HSL | 168.13º | 0.86% | 0.44% | - |
| HSV(B) | 168.13º | 0.92% | 0.82% | - |
| XYZ | 30.03 | 48.12 | 45.74 | - |
| YUV | 146.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 170 | 0.92 | 0 | 0.18 | 0.18 | 168.13 | 0.86 | 0.44 |
| Hex | 10 | D0 | AA | 5C | 0 | 12 | 12 | A8 | 56 | 2C |
| Octal | 20 | 320 | 252 | 134 | 0 | 22 | 22 | 250 | 126 | 54 |
| Binary | 10000 | 11010000 | 10101010 | 1011100 | 0 | 10010 | 10010 | 10101000 | 1010110 | 101100 |
Color Harmonies of #10D0AA
Complementary color
Monochromatic Colors of #10D0AA
Black with #10D0AA
Text Example
Text Example
White with #10D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D0AA; }
p { color: rgb(16,208,170); }
H1.HeaderClassName
{
color: #10D0AA;
}
.AnyTagClassName
{
color: #10D0AA;
}
</style>
background-color css
<style>
a { background-color: #10D0AA; }
a { background-color: rgb(16,208,170); }
div.DivClassName
{
background-color: #10D0AA;
}
.BgClassName
{
background-color: #10D0AA;
}
</style>
border-color css
<style>
span { border-color: #10D0AA; }
span { border-color: rgb(16,208,170); }
td.TdClassName
{
border-color: #10D0AA;
}
.TagClassName
{
border-color: #10D0AA;
}
</style>