Shades of Caribbean Green #10DDA6
Tints of Caribbean Green #10DDA6
RGB
CMYK
RGB Variations
Color information
#10DDA6 (or 0x10DDA6) is known color: Caribbean Green. HEX triplet: 10, DD and A6. RGB value is (16,221,166). Sum of RGB (Red+Green+Blue) = 16+221+166=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DDA6 is #EF2259. Grayscale: #999999. Windows color (decimal): -15671898 or 10935568. OLE color: 10935568.
HSL color Cylindrical-coordinate representation of color #10DDA6: hue angle of 163.9º 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 #10DDA6 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 166 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.13 |
| HSL | 163.9º | 0.86% | 0.46% | - |
| HSV(B) | 163.9º | 0.93% | 0.87% | - |
| XYZ | 32.95 | 54.58 | 44.87 | - |
| YUV | 153.44 | 135.08 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 166 | 0.93 | 0 | 0.25 | 0.13 | 163.9 | 0.86 | 0.46 |
| Hex | 10 | DD | A6 | 5D | 0 | 19 | D | A4 | 56 | 2E |
| Octal | 20 | 335 | 246 | 135 | 0 | 31 | 15 | 244 | 126 | 56 |
| Binary | 10000 | 11011101 | 10100110 | 1011101 | 0 | 11001 | 1101 | 10100100 | 1010110 | 101110 |
Color Harmonies of #10DDA6
Complementary color
Monochromatic Colors of #10DDA6
Black with #10DDA6
Text Example
Text Example
White with #10DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDA6; }
p { color: rgb(16,221,166); }
H1.HeaderClassName
{
color: #10DDA6;
}
.AnyTagClassName
{
color: #10DDA6;
}
</style>
background-color css
<style>
a { background-color: #10DDA6; }
a { background-color: rgb(16,221,166); }
div.DivClassName
{
background-color: #10DDA6;
}
.BgClassName
{
background-color: #10DDA6;
}
</style>
border-color css
<style>
span { border-color: #10DDA6; }
span { border-color: rgb(16,221,166); }
td.TdClassName
{
border-color: #10DDA6;
}
.TagClassName
{
border-color: #10DDA6;
}
</style>