Shades of Caribbean Green #10DB96
Tints of Caribbean Green #10DB96
RGB
CMYK
RGB Variations
Color information
#10DB96 (or 0x10DB96) is known color: Caribbean Green. HEX triplet: 10, DB and 96. RGB value is (16,219,150). Sum of RGB (Red+Green+Blue) = 16+219+150=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB96 is #EF2469. Grayscale: #969696. Windows color (decimal): -15672426 or 9886480. OLE color: 9886480.
HSL color Cylindrical-coordinate representation of color #10DB96: hue angle of 159.61º 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 #10DB96 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 150 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.14 |
| HSL | 159.61º | 0.86% | 0.46% | - |
| HSV(B) | 159.61º | 0.93% | 0.86% | - |
| XYZ | 31.05 | 52.98 | 37.44 | - |
| YUV | 150.44 | 127.75 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 150 | 0.93 | 0 | 0.32 | 0.14 | 159.61 | 0.86 | 0.46 |
| Hex | 10 | DB | 96 | 5D | 0 | 20 | E | A0 | 56 | 2E |
| Octal | 20 | 333 | 226 | 135 | 0 | 40 | 16 | 240 | 126 | 56 |
| Binary | 10000 | 11011011 | 10010110 | 1011101 | 0 | 100000 | 1110 | 10100000 | 1010110 | 101110 |
Color Harmonies of #10DB96
Complementary color
Monochromatic Colors of #10DB96
Black with #10DB96
Text Example
Text Example
White with #10DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB96; }
p { color: rgb(16,219,150); }
H1.HeaderClassName
{
color: #10DB96;
}
.AnyTagClassName
{
color: #10DB96;
}
</style>
background-color css
<style>
a { background-color: #10DB96; }
a { background-color: rgb(16,219,150); }
div.DivClassName
{
background-color: #10DB96;
}
.BgClassName
{
background-color: #10DB96;
}
</style>
border-color css
<style>
span { border-color: #10DB96; }
span { border-color: rgb(16,219,150); }
td.TdClassName
{
border-color: #10DB96;
}
.TagClassName
{
border-color: #10DB96;
}
</style>