Shades of Caribbean Green #10DD93
Tints of Caribbean Green #10DD93
RGB
CMYK
RGB Variations
Color information
#10DD93 (or 0x10DD93) is known color: Caribbean Green. HEX triplet: 10, DD and 93. RGB value is (16,221,147). Sum of RGB (Red+Green+Blue) = 16+221+147=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DD93 is #EF226C. Grayscale: #979797. Windows color (decimal): -15671917 or 9690384. OLE color: 9690384.
HSL color Cylindrical-coordinate representation of color #10DD93: hue angle of 158.34º 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 #10DD93 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 147 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.13 |
| HSL | 158.34º | 0.86% | 0.46% | - |
| HSV(B) | 158.34º | 0.93% | 0.87% | - |
| XYZ | 31.34 | 53.93 | 36.36 | - |
| YUV | 151.27 | 125.58 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 147 | 0.93 | 0 | 0.33 | 0.13 | 158.34 | 0.86 | 0.46 |
| Hex | 10 | DD | 93 | 5D | 0 | 21 | D | 9E | 56 | 2E |
| Octal | 20 | 335 | 223 | 135 | 0 | 41 | 15 | 236 | 126 | 56 |
| Binary | 10000 | 11011101 | 10010011 | 1011101 | 0 | 100001 | 1101 | 10011110 | 1010110 | 101110 |
Color Harmonies of #10DD93
Complementary color
Monochromatic Colors of #10DD93
Black with #10DD93
Text Example
Text Example
White with #10DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD93; }
p { color: rgb(16,221,147); }
H1.HeaderClassName
{
color: #10DD93;
}
.AnyTagClassName
{
color: #10DD93;
}
</style>
background-color css
<style>
a { background-color: #10DD93; }
a { background-color: rgb(16,221,147); }
div.DivClassName
{
background-color: #10DD93;
}
.BgClassName
{
background-color: #10DD93;
}
</style>
border-color css
<style>
span { border-color: #10DD93; }
span { border-color: rgb(16,221,147); }
td.TdClassName
{
border-color: #10DD93;
}
.TagClassName
{
border-color: #10DD93;
}
</style>