Shades of Caribbean Green #10DCA0
Tints of Caribbean Green #10DCA0
RGB
CMYK
RGB Variations
Color information
#10DCA0 (or 0x10DCA0) is known color: Caribbean Green. HEX triplet: 10, DC and A0. RGB value is (16,220,160). Sum of RGB (Red+Green+Blue) = 16+220+160=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DCA0 is #EF235F. Grayscale: #989898. Windows color (decimal): -15672160 or 10542096. OLE color: 10542096.
HSL color Cylindrical-coordinate representation of color #10DCA0: hue angle of 162.35º 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 #10DCA0 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 160 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.14 |
| HSL | 162.35º | 0.86% | 0.46% | - |
| HSV(B) | 162.35º | 0.93% | 0.86% | - |
| XYZ | 32.15 | 53.83 | 41.95 | - |
| YUV | 152.16 | 132.41 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 160 | 0.93 | 0 | 0.27 | 0.14 | 162.35 | 0.86 | 0.46 |
| Hex | 10 | DC | A0 | 5D | 0 | 1B | E | A2 | 56 | 2E |
| Octal | 20 | 334 | 240 | 135 | 0 | 33 | 16 | 242 | 126 | 56 |
| Binary | 10000 | 11011100 | 10100000 | 1011101 | 0 | 11011 | 1110 | 10100010 | 1010110 | 101110 |
Color Harmonies of #10DCA0
Complementary color
Monochromatic Colors of #10DCA0
Black with #10DCA0
Text Example
Text Example
White with #10DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCA0; }
p { color: rgb(16,220,160); }
H1.HeaderClassName
{
color: #10DCA0;
}
.AnyTagClassName
{
color: #10DCA0;
}
</style>
background-color css
<style>
a { background-color: #10DCA0; }
a { background-color: rgb(16,220,160); }
div.DivClassName
{
background-color: #10DCA0;
}
.BgClassName
{
background-color: #10DCA0;
}
</style>
border-color css
<style>
span { border-color: #10DCA0; }
span { border-color: rgb(16,220,160); }
td.TdClassName
{
border-color: #10DCA0;
}
.TagClassName
{
border-color: #10DCA0;
}
</style>