Shades of Caribbean Green #10DDA4
Tints of Caribbean Green #10DDA4
RGB
CMYK
RGB Variations
Color information
#10DDA4 (or 0x10DDA4) is known color: Caribbean Green. HEX triplet: 10, DD and A4. RGB value is (16,221,164). Sum of RGB (Red+Green+Blue) = 16+221+164=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DDA4 is #EF225B. Grayscale: #999999. Windows color (decimal): -15671900 or 10804496. OLE color: 10804496.
HSL color Cylindrical-coordinate representation of color #10DDA4: hue angle of 163.32º 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 #10DDA4 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 164 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.13 |
| HSL | 163.32º | 0.86% | 0.46% | - |
| HSV(B) | 163.32º | 0.93% | 0.87% | - |
| XYZ | 32.77 | 54.5 | 43.91 | - |
| YUV | 153.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 164 | 0.93 | 0 | 0.26 | 0.13 | 163.32 | 0.86 | 0.46 |
| Hex | 10 | DD | A4 | 5D | 0 | 1A | D | A3 | 56 | 2E |
| Octal | 20 | 335 | 244 | 135 | 0 | 32 | 15 | 243 | 126 | 56 |
| Binary | 10000 | 11011101 | 10100100 | 1011101 | 0 | 11010 | 1101 | 10100011 | 1010110 | 101110 |
Color Harmonies of #10DDA4
Complementary color
Monochromatic Colors of #10DDA4
Black with #10DDA4
Text Example
Text Example
White with #10DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDA4; }
p { color: rgb(16,221,164); }
H1.HeaderClassName
{
color: #10DDA4;
}
.AnyTagClassName
{
color: #10DDA4;
}
</style>
background-color css
<style>
a { background-color: #10DDA4; }
a { background-color: rgb(16,221,164); }
div.DivClassName
{
background-color: #10DDA4;
}
.BgClassName
{
background-color: #10DDA4;
}
</style>
border-color css
<style>
span { border-color: #10DDA4; }
span { border-color: rgb(16,221,164); }
td.TdClassName
{
border-color: #10DDA4;
}
.TagClassName
{
border-color: #10DDA4;
}
</style>