Shades of Caribbean Green #10DBAC
Tints of Caribbean Green #10DBAC
RGB
CMYK
RGB Variations
Color information
#10DBAC (or 0x10DBAC) is known color: Caribbean Green. HEX triplet: 10, DB and AC. RGB value is (16,219,172). Sum of RGB (Red+Green+Blue) = 16+219+172=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DBAC is #EF2453. Grayscale: #989898. Windows color (decimal): -15672404 or 11328272. OLE color: 11328272.
HSL color Cylindrical-coordinate representation of color #10DBAC: hue angle of 166.11º 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 #10DBAC is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 172 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.14 |
| HSL | 166.11º | 0.86% | 0.46% | - |
| HSV(B) | 166.11º | 0.93% | 0.86% | - |
| XYZ | 32.99 | 53.75 | 47.67 | - |
| YUV | 152.95 | 138.75 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 172 | 0.93 | 0 | 0.21 | 0.14 | 166.11 | 0.86 | 0.46 |
| Hex | 10 | DB | AC | 5D | 0 | 15 | E | A6 | 56 | 2E |
| Octal | 20 | 333 | 254 | 135 | 0 | 25 | 16 | 246 | 126 | 56 |
| Binary | 10000 | 11011011 | 10101100 | 1011101 | 0 | 10101 | 1110 | 10100110 | 1010110 | 101110 |
Color Harmonies of #10DBAC
Complementary color
Monochromatic Colors of #10DBAC
Black with #10DBAC
Text Example
Text Example
White with #10DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBAC; }
p { color: rgb(16,219,172); }
H1.HeaderClassName
{
color: #10DBAC;
}
.AnyTagClassName
{
color: #10DBAC;
}
</style>
background-color css
<style>
a { background-color: #10DBAC; }
a { background-color: rgb(16,219,172); }
div.DivClassName
{
background-color: #10DBAC;
}
.BgClassName
{
background-color: #10DBAC;
}
</style>
border-color css
<style>
span { border-color: #10DBAC; }
span { border-color: rgb(16,219,172); }
td.TdClassName
{
border-color: #10DBAC;
}
.TagClassName
{
border-color: #10DBAC;
}
</style>