Shades of Caribbean Green #10DC9A
Tints of Caribbean Green #10DC9A
RGB
CMYK
RGB Variations
Color information
#10DC9A (or 0x10DC9A) is known color: Caribbean Green. HEX triplet: 10, DC and 9A. RGB value is (16,220,154). Sum of RGB (Red+Green+Blue) = 16+220+154=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC9A is #EF2365. Grayscale: #979797. Windows color (decimal): -15672166 or 10148880. OLE color: 10148880.
HSL color Cylindrical-coordinate representation of color #10DC9A: hue angle of 160.59º 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 #10DC9A is Cyan = 0.93, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 154 | - |
| CMYK | 0.93 | 0 | 0.3 | 0.14 |
| HSL | 160.59º | 0.86% | 0.46% | - |
| HSV(B) | 160.59º | 0.93% | 0.86% | - |
| XYZ | 31.64 | 53.63 | 39.26 | - |
| YUV | 151.48 | 129.41 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 154 | 0.93 | 0 | 0.3 | 0.14 | 160.59 | 0.86 | 0.46 |
| Hex | 10 | DC | 9A | 5D | 0 | 1E | E | A1 | 56 | 2E |
| Octal | 20 | 334 | 232 | 135 | 0 | 36 | 16 | 241 | 126 | 56 |
| Binary | 10000 | 11011100 | 10011010 | 1011101 | 0 | 11110 | 1110 | 10100001 | 1010110 | 101110 |
Color Harmonies of #10DC9A
Complementary color
Monochromatic Colors of #10DC9A
Black with #10DC9A
Text Example
Text Example
White with #10DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC9A; }
p { color: rgb(16,220,154); }
H1.HeaderClassName
{
color: #10DC9A;
}
.AnyTagClassName
{
color: #10DC9A;
}
</style>
background-color css
<style>
a { background-color: #10DC9A; }
a { background-color: rgb(16,220,154); }
div.DivClassName
{
background-color: #10DC9A;
}
.BgClassName
{
background-color: #10DC9A;
}
</style>
border-color css
<style>
span { border-color: #10DC9A; }
span { border-color: rgb(16,220,154); }
td.TdClassName
{
border-color: #10DC9A;
}
.TagClassName
{
border-color: #10DC9A;
}
</style>