Shades of Caribbean Green #10DCAB
Tints of Caribbean Green #10DCAB
RGB
CMYK
RGB Variations
Color information
#10DCAB (or 0x10DCAB) is known color: Caribbean Green. HEX triplet: 10, DC and AB. RGB value is (16,220,171). Sum of RGB (Red+Green+Blue) = 16+220+171=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DCAB is #EF2354. Grayscale: #999999. Windows color (decimal): -15672149 or 11262992. OLE color: 11262992.
HSL color Cylindrical-coordinate representation of color #10DCAB: hue angle of 165.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 #10DCAB is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 171 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.14 |
| HSL | 165.59º | 0.86% | 0.46% | - |
| HSV(B) | 165.59º | 0.93% | 0.86% | - |
| XYZ | 33.16 | 54.24 | 47.25 | - |
| YUV | 153.42 | 137.91 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 171 | 0.93 | 0 | 0.22 | 0.14 | 165.59 | 0.86 | 0.46 |
| Hex | 10 | DC | AB | 5D | 0 | 16 | E | A6 | 56 | 2E |
| Octal | 20 | 334 | 253 | 135 | 0 | 26 | 16 | 246 | 126 | 56 |
| Binary | 10000 | 11011100 | 10101011 | 1011101 | 0 | 10110 | 1110 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10DCAB
Complementary color
Monochromatic Colors of #10DCAB
Black with #10DCAB
Text Example
Text Example
White with #10DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCAB; }
p { color: rgb(16,220,171); }
H1.HeaderClassName
{
color: #10DCAB;
}
.AnyTagClassName
{
color: #10DCAB;
}
</style>
background-color css
<style>
a { background-color: #10DCAB; }
a { background-color: rgb(16,220,171); }
div.DivClassName
{
background-color: #10DCAB;
}
.BgClassName
{
background-color: #10DCAB;
}
</style>
border-color css
<style>
span { border-color: #10DCAB; }
span { border-color: rgb(16,220,171); }
td.TdClassName
{
border-color: #10DCAB;
}
.TagClassName
{
border-color: #10DCAB;
}
</style>