Shades of Caribbean Green #10DB80
Tints of Caribbean Green #10DB80
RGB
CMYK
RGB Variations
Color information
#10DB80 (or 0x10DB80) is known color: Caribbean Green. HEX triplet: 10, DB and 80. RGB value is (16,219,128). Sum of RGB (Red+Green+Blue) = 16+219+128=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB80 is #EF247F. Grayscale: #949494. Windows color (decimal): -15672448 or 8444688. OLE color: 8444688.
HSL color Cylindrical-coordinate representation of color #10DB80: hue angle of 153.1º 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 #10DB80 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 128 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.14 |
| HSL | 153.1º | 0.86% | 0.46% | - |
| HSV(B) | 153.1º | 0.93% | 0.86% | - |
| XYZ | 29.44 | 52.33 | 28.97 | - |
| YUV | 147.93 | 116.75 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 128 | 0.93 | 0 | 0.42 | 0.14 | 153.1 | 0.86 | 0.46 |
| Hex | 10 | DB | 80 | 5D | 0 | 2A | E | 99 | 56 | 2E |
| Octal | 20 | 333 | 200 | 135 | 0 | 52 | 16 | 231 | 126 | 56 |
| Binary | 10000 | 11011011 | 10000000 | 1011101 | 0 | 101010 | 1110 | 10011001 | 1010110 | 101110 |
Color Harmonies of #10DB80
Complementary color
Monochromatic Colors of #10DB80
Black with #10DB80
Text Example
Text Example
White with #10DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB80; }
p { color: rgb(16,219,128); }
H1.HeaderClassName
{
color: #10DB80;
}
.AnyTagClassName
{
color: #10DB80;
}
</style>
background-color css
<style>
a { background-color: #10DB80; }
a { background-color: rgb(16,219,128); }
div.DivClassName
{
background-color: #10DB80;
}
.BgClassName
{
background-color: #10DB80;
}
</style>
border-color css
<style>
span { border-color: #10DB80; }
span { border-color: rgb(16,219,128); }
td.TdClassName
{
border-color: #10DB80;
}
.TagClassName
{
border-color: #10DB80;
}
</style>