Shades of Caribbean Green #10DC9D
Tints of Caribbean Green #10DC9D
RGB
CMYK
RGB Variations
Color information
#10DC9D (or 0x10DC9D) is known color: Caribbean Green. HEX triplet: 10, DC and 9D. RGB value is (16,220,157). Sum of RGB (Red+Green+Blue) = 16+220+157=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC9D is #EF2362. Grayscale: #979797. Windows color (decimal): -15672163 or 10345488. OLE color: 10345488.
HSL color Cylindrical-coordinate representation of color #10DC9D: hue angle of 161.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC9D is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 157 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.14 |
| HSL | 161.47º | 0.86% | 0.46% | - |
| HSV(B) | 161.47º | 0.93% | 0.86% | - |
| XYZ | 31.89 | 53.73 | 40.59 | - |
| YUV | 151.82 | 130.91 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 157 | 0.93 | 0 | 0.29 | 0.14 | 161.47 | 0.86 | 0.46 |
| Hex | 10 | DC | 9D | 5D | 0 | 1D | E | A1 | 56 | 2E |
| Octal | 20 | 334 | 235 | 135 | 0 | 35 | 16 | 241 | 126 | 56 |
| Binary | 10000 | 11011100 | 10011101 | 1011101 | 0 | 11101 | 1110 | 10100001 | 1010110 | 101110 |
Color Harmonies of #10DC9D
Complementary color
Monochromatic Colors of #10DC9D
Black with #10DC9D
Text Example
Text Example
White with #10DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC9D; }
p { color: rgb(16,220,157); }
H1.HeaderClassName
{
color: #10DC9D;
}
.AnyTagClassName
{
color: #10DC9D;
}
</style>
background-color css
<style>
a { background-color: #10DC9D; }
a { background-color: rgb(16,220,157); }
div.DivClassName
{
background-color: #10DC9D;
}
.BgClassName
{
background-color: #10DC9D;
}
</style>
border-color css
<style>
span { border-color: #10DC9D; }
span { border-color: rgb(16,220,157); }
td.TdClassName
{
border-color: #10DC9D;
}
.TagClassName
{
border-color: #10DC9D;
}
</style>