Shades of Caribbean Green #10DDAC
Tints of Caribbean Green #10DDAC
RGB
CMYK
RGB Variations
Color information
#10DDAC (or 0x10DDAC) is known color: Caribbean Green. HEX triplet: 10, DD and AC. RGB value is (16,221,172). Sum of RGB (Red+Green+Blue) = 16+221+172=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DDAC is #EF2253. Grayscale: #9A9A9A. Windows color (decimal): -15671892 or 11328784. OLE color: 11328784.
HSL color Cylindrical-coordinate representation of color #10DDAC: hue angle of 165.66º 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 #10DDAC is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 172 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.13 |
| HSL | 165.66º | 0.86% | 0.46% | - |
| HSV(B) | 165.66º | 0.93% | 0.87% | - |
| XYZ | 33.52 | 54.8 | 47.84 | - |
| YUV | 154.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 172 | 0.93 | 0 | 0.22 | 0.13 | 165.66 | 0.86 | 0.46 |
| Hex | 10 | DD | AC | 5D | 0 | 16 | D | A6 | 56 | 2E |
| Octal | 20 | 335 | 254 | 135 | 0 | 26 | 15 | 246 | 126 | 56 |
| Binary | 10000 | 11011101 | 10101100 | 1011101 | 0 | 10110 | 1101 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10DDAC
Complementary color
Monochromatic Colors of #10DDAC
Black with #10DDAC
Text Example
Text Example
White with #10DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDAC; }
p { color: rgb(16,221,172); }
H1.HeaderClassName
{
color: #10DDAC;
}
.AnyTagClassName
{
color: #10DDAC;
}
</style>
background-color css
<style>
a { background-color: #10DDAC; }
a { background-color: rgb(16,221,172); }
div.DivClassName
{
background-color: #10DDAC;
}
.BgClassName
{
background-color: #10DDAC;
}
</style>
border-color css
<style>
span { border-color: #10DDAC; }
span { border-color: rgb(16,221,172); }
td.TdClassName
{
border-color: #10DDAC;
}
.TagClassName
{
border-color: #10DDAC;
}
</style>