Shades of Caribbean Green #10DDA1
Tints of Caribbean Green #10DDA1
RGB
CMYK
RGB Variations
Color information
#10DDA1 (or 0x10DDA1) is known color: Caribbean Green. HEX triplet: 10, DD and A1. RGB value is (16,221,161). Sum of RGB (Red+Green+Blue) = 16+221+161=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DDA1 is #EF225E. Grayscale: #989898. Windows color (decimal): -15671903 or 10607888. OLE color: 10607888.
HSL color Cylindrical-coordinate representation of color #10DDA1: hue angle of 162.44º 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 #10DDA1 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 161 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.13 |
| HSL | 162.44º | 0.86% | 0.46% | - |
| HSV(B) | 162.44º | 0.93% | 0.87% | - |
| XYZ | 32.5 | 54.4 | 42.5 | - |
| YUV | 152.87 | 132.58 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 161 | 0.93 | 0 | 0.27 | 0.13 | 162.44 | 0.86 | 0.46 |
| Hex | 10 | DD | A1 | 5D | 0 | 1B | D | A2 | 56 | 2E |
| Octal | 20 | 335 | 241 | 135 | 0 | 33 | 15 | 242 | 126 | 56 |
| Binary | 10000 | 11011101 | 10100001 | 1011101 | 0 | 11011 | 1101 | 10100010 | 1010110 | 101110 |
Color Harmonies of #10DDA1
Complementary color
Monochromatic Colors of #10DDA1
Black with #10DDA1
Text Example
Text Example
White with #10DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDA1; }
p { color: rgb(16,221,161); }
H1.HeaderClassName
{
color: #10DDA1;
}
.AnyTagClassName
{
color: #10DDA1;
}
</style>
background-color css
<style>
a { background-color: #10DDA1; }
a { background-color: rgb(16,221,161); }
div.DivClassName
{
background-color: #10DDA1;
}
.BgClassName
{
background-color: #10DDA1;
}
</style>
border-color css
<style>
span { border-color: #10DDA1; }
span { border-color: rgb(16,221,161); }
td.TdClassName
{
border-color: #10DDA1;
}
.TagClassName
{
border-color: #10DDA1;
}
</style>