Shades of Caribbean Green #10DCAC
Tints of Caribbean Green #10DCAC
RGB
CMYK
RGB Variations
Color information
#10DCAC (or 0x10DCAC) is known color: Caribbean Green. HEX triplet: 10, DC and AC. RGB value is (16,220,172). Sum of RGB (Red+Green+Blue) = 16+220+172=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DCAC is #EF2353. Grayscale: #999999. Windows color (decimal): -15672148 or 11328528. OLE color: 11328528.
HSL color Cylindrical-coordinate representation of color #10DCAC: hue angle of 165.88º 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 #10DCAC is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 172 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.14 |
| HSL | 165.88º | 0.86% | 0.46% | - |
| HSV(B) | 165.88º | 0.93% | 0.86% | - |
| XYZ | 33.25 | 54.28 | 47.75 | - |
| YUV | 153.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 172 | 0.93 | 0 | 0.22 | 0.14 | 165.88 | 0.86 | 0.46 |
| Hex | 10 | DC | AC | 5D | 0 | 16 | E | A6 | 56 | 2E |
| Octal | 20 | 334 | 254 | 135 | 0 | 26 | 16 | 246 | 126 | 56 |
| Binary | 10000 | 11011100 | 10101100 | 1011101 | 0 | 10110 | 1110 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10DCAC
Complementary color
Monochromatic Colors of #10DCAC
Black with #10DCAC
Text Example
Text Example
White with #10DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCAC; }
p { color: rgb(16,220,172); }
H1.HeaderClassName
{
color: #10DCAC;
}
.AnyTagClassName
{
color: #10DCAC;
}
</style>
background-color css
<style>
a { background-color: #10DCAC; }
a { background-color: rgb(16,220,172); }
div.DivClassName
{
background-color: #10DCAC;
}
.BgClassName
{
background-color: #10DCAC;
}
</style>
border-color css
<style>
span { border-color: #10DCAC; }
span { border-color: rgb(16,220,172); }
td.TdClassName
{
border-color: #10DCAC;
}
.TagClassName
{
border-color: #10DCAC;
}
</style>