Shades of Caribbean Green #10DB8D
Tints of Caribbean Green #10DB8D
RGB
CMYK
RGB Variations
Color information
#10DB8D (or 0x10DB8D) is known color: Caribbean Green. HEX triplet: 10, DB and 8D. RGB value is (16,219,141). Sum of RGB (Red+Green+Blue) = 16+219+141=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB8D is #EF2472. Grayscale: #959595. Windows color (decimal): -15672435 or 9296656. OLE color: 9296656.
HSL color Cylindrical-coordinate representation of color #10DB8D: hue angle of 156.95º 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 #10DB8D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 141 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.14 |
| HSL | 156.95º | 0.86% | 0.46% | - |
| HSV(B) | 156.95º | 0.93% | 0.86% | - |
| XYZ | 30.35 | 52.7 | 33.77 | - |
| YUV | 149.41 | 123.25 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 141 | 0.93 | 0 | 0.36 | 0.14 | 156.95 | 0.86 | 0.46 |
| Hex | 10 | DB | 8D | 5D | 0 | 24 | E | 9D | 56 | 2E |
| Octal | 20 | 333 | 215 | 135 | 0 | 44 | 16 | 235 | 126 | 56 |
| Binary | 10000 | 11011011 | 10001101 | 1011101 | 0 | 100100 | 1110 | 10011101 | 1010110 | 101110 |
Color Harmonies of #10DB8D
Complementary color
Monochromatic Colors of #10DB8D
Black with #10DB8D
Text Example
Text Example
White with #10DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB8D; }
p { color: rgb(16,219,141); }
H1.HeaderClassName
{
color: #10DB8D;
}
.AnyTagClassName
{
color: #10DB8D;
}
</style>
background-color css
<style>
a { background-color: #10DB8D; }
a { background-color: rgb(16,219,141); }
div.DivClassName
{
background-color: #10DB8D;
}
.BgClassName
{
background-color: #10DB8D;
}
</style>
border-color css
<style>
span { border-color: #10DB8D; }
span { border-color: rgb(16,219,141); }
td.TdClassName
{
border-color: #10DB8D;
}
.TagClassName
{
border-color: #10DB8D;
}
</style>