Shades of Caribbean Green #10DB7E
Tints of Caribbean Green #10DB7E
RGB
CMYK
RGB Variations
Color information
#10DB7E (or 0x10DB7E) is known color: Caribbean Green. HEX triplet: 10, DB and 7E. RGB value is (16,219,126). Sum of RGB (Red+Green+Blue) = 16+219+126=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DB7E is #EF2481. Grayscale: #939393. Windows color (decimal): -15672450 or 8313616. OLE color: 8313616.
HSL color Cylindrical-coordinate representation of color #10DB7E: hue angle of 152.51º 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 #10DB7E is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 126 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.14 |
| HSL | 152.51º | 0.86% | 0.46% | - |
| HSV(B) | 152.51º | 0.93% | 0.86% | - |
| XYZ | 29.31 | 52.28 | 28.28 | - |
| YUV | 147.7 | 115.75 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 126 | 0.93 | 0 | 0.42 | 0.14 | 152.51 | 0.86 | 0.46 |
| Hex | 10 | DB | 7E | 5D | 0 | 2A | E | 99 | 56 | 2E |
| Octal | 20 | 333 | 176 | 135 | 0 | 52 | 16 | 231 | 126 | 56 |
| Binary | 10000 | 11011011 | 1111110 | 1011101 | 0 | 101010 | 1110 | 10011001 | 1010110 | 101110 |
Color Harmonies of #10DB7E
Complementary color
Monochromatic Colors of #10DB7E
Black with #10DB7E
Text Example
Text Example
White with #10DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB7E; }
p { color: rgb(16,219,126); }
H1.HeaderClassName
{
color: #10DB7E;
}
.AnyTagClassName
{
color: #10DB7E;
}
</style>
background-color css
<style>
a { background-color: #10DB7E; }
a { background-color: rgb(16,219,126); }
div.DivClassName
{
background-color: #10DB7E;
}
.BgClassName
{
background-color: #10DB7E;
}
</style>
border-color css
<style>
span { border-color: #10DB7E; }
span { border-color: rgb(16,219,126); }
td.TdClassName
{
border-color: #10DB7E;
}
.TagClassName
{
border-color: #10DB7E;
}
</style>