Shades of Caribbean Green #10DDAA
Tints of Caribbean Green #10DDAA
RGB
CMYK
RGB Variations
Color information
#10DDAA (or 0x10DDAA) is known color: Caribbean Green. HEX triplet: 10, DD and AA. RGB value is (16,221,170). Sum of RGB (Red+Green+Blue) = 16+221+170=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DDAA is #EF2255. Grayscale: #999999. Windows color (decimal): -15671894 or 11197712. OLE color: 11197712.
HSL color Cylindrical-coordinate representation of color #10DDAA: hue angle of 165.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDAA is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 170 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.13 |
| HSL | 165.07º | 0.86% | 0.46% | - |
| HSV(B) | 165.07º | 0.93% | 0.87% | - |
| XYZ | 33.33 | 54.73 | 46.84 | - |
| YUV | 153.89 | 137.08 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 170 | 0.93 | 0 | 0.23 | 0.13 | 165.07 | 0.86 | 0.46 |
| Hex | 10 | DD | AA | 5D | 0 | 17 | D | A5 | 56 | 2E |
| Octal | 20 | 335 | 252 | 135 | 0 | 27 | 15 | 245 | 126 | 56 |
| Binary | 10000 | 11011101 | 10101010 | 1011101 | 0 | 10111 | 1101 | 10100101 | 1010110 | 101110 |
Color Harmonies of #10DDAA
Complementary color
Monochromatic Colors of #10DDAA
Black with #10DDAA
Text Example
Text Example
White with #10DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDAA; }
p { color: rgb(16,221,170); }
H1.HeaderClassName
{
color: #10DDAA;
}
.AnyTagClassName
{
color: #10DDAA;
}
</style>
background-color css
<style>
a { background-color: #10DDAA; }
a { background-color: rgb(16,221,170); }
div.DivClassName
{
background-color: #10DDAA;
}
.BgClassName
{
background-color: #10DDAA;
}
</style>
border-color css
<style>
span { border-color: #10DDAA; }
span { border-color: rgb(16,221,170); }
td.TdClassName
{
border-color: #10DDAA;
}
.TagClassName
{
border-color: #10DDAA;
}
</style>