Shades of Caribbean Green #10D5AA
Tints of Caribbean Green #10D5AA
RGB
CMYK
RGB Variations
Color information
#10D5AA (or 0x10D5AA) is known color: Caribbean Green. HEX triplet: 10, D5 and AA. RGB value is (16,213,170). Sum of RGB (Red+Green+Blue) = 16+213+170=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D5AA is #EF2A55. Grayscale: #959595. Windows color (decimal): -15673942 or 11195664. OLE color: 11195664.
HSL color Cylindrical-coordinate representation of color #10D5AA: hue angle of 166.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D5AA is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 170 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.16 |
| HSL | 166.9º | 0.86% | 0.45% | - |
| HSV(B) | 166.9º | 0.92% | 0.84% | - |
| XYZ | 31.26 | 50.6 | 46.15 | - |
| YUV | 149.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 170 | 0.92 | 0 | 0.20 | 0.16 | 166.9 | 0.86 | 0.45 |
| Hex | 10 | D5 | AA | 5C | 0 | 14 | 10 | A7 | 56 | 2D |
| Octal | 20 | 325 | 252 | 134 | 0 | 24 | 20 | 247 | 126 | 55 |
| Binary | 10000 | 11010101 | 10101010 | 1011100 | 0 | 10100 | 10000 | 10100111 | 1010110 | 101101 |
Color Harmonies of #10D5AA
Complementary color
Monochromatic Colors of #10D5AA
Black with #10D5AA
Text Example
Text Example
White with #10D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5AA; }
p { color: rgb(16,213,170); }
H1.HeaderClassName
{
color: #10D5AA;
}
.AnyTagClassName
{
color: #10D5AA;
}
</style>
background-color css
<style>
a { background-color: #10D5AA; }
a { background-color: rgb(16,213,170); }
div.DivClassName
{
background-color: #10D5AA;
}
.BgClassName
{
background-color: #10D5AA;
}
</style>
border-color css
<style>
span { border-color: #10D5AA; }
span { border-color: rgb(16,213,170); }
td.TdClassName
{
border-color: #10D5AA;
}
.TagClassName
{
border-color: #10D5AA;
}
</style>