Shades of Caribbean Green #10DD94
Tints of Caribbean Green #10DD94
RGB
CMYK
RGB Variations
Color information
#10DD94 (or 0x10DD94) is known color: Caribbean Green. HEX triplet: 10, DD and 94. RGB value is (16,221,148). Sum of RGB (Red+Green+Blue) = 16+221+148=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DD94 is #EF226B. Grayscale: #979797. Windows color (decimal): -15671916 or 9755920. OLE color: 9755920.
HSL color Cylindrical-coordinate representation of color #10DD94: hue angle of 158.63º 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 #10DD94 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 148 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.13 |
| HSL | 158.63º | 0.86% | 0.46% | - |
| HSV(B) | 158.63º | 0.93% | 0.87% | - |
| XYZ | 31.42 | 53.96 | 36.78 | - |
| YUV | 151.38 | 126.08 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 148 | 0.93 | 0 | 0.33 | 0.13 | 158.63 | 0.86 | 0.46 |
| Hex | 10 | DD | 94 | 5D | 0 | 21 | D | 9F | 56 | 2E |
| Octal | 20 | 335 | 224 | 135 | 0 | 41 | 15 | 237 | 126 | 56 |
| Binary | 10000 | 11011101 | 10010100 | 1011101 | 0 | 100001 | 1101 | 10011111 | 1010110 | 101110 |
Color Harmonies of #10DD94
Complementary color
Monochromatic Colors of #10DD94
Black with #10DD94
Text Example
Text Example
White with #10DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD94; }
p { color: rgb(16,221,148); }
H1.HeaderClassName
{
color: #10DD94;
}
.AnyTagClassName
{
color: #10DD94;
}
</style>
background-color css
<style>
a { background-color: #10DD94; }
a { background-color: rgb(16,221,148); }
div.DivClassName
{
background-color: #10DD94;
}
.BgClassName
{
background-color: #10DD94;
}
</style>
border-color css
<style>
span { border-color: #10DD94; }
span { border-color: rgb(16,221,148); }
td.TdClassName
{
border-color: #10DD94;
}
.TagClassName
{
border-color: #10DD94;
}
</style>