Shades of Caribbean Green #10DB85
Tints of Caribbean Green #10DB85
RGB
CMYK
RGB Variations
Color information
#10DB85 (or 0x10DB85) is known color: Caribbean Green. HEX triplet: 10, DB and 85. RGB value is (16,219,133). Sum of RGB (Red+Green+Blue) = 16+219+133=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB85 is #EF247A. Grayscale: #949494. Windows color (decimal): -15672443 or 8772368. OLE color: 8772368.
HSL color Cylindrical-coordinate representation of color #10DB85: hue angle of 154.58º 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 #10DB85 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 133 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.14 |
| HSL | 154.58º | 0.86% | 0.46% | - |
| HSV(B) | 154.58º | 0.93% | 0.86% | - |
| XYZ | 29.78 | 52.47 | 30.75 | - |
| YUV | 148.5 | 119.25 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 133 | 0.93 | 0 | 0.39 | 0.14 | 154.58 | 0.86 | 0.46 |
| Hex | 10 | DB | 85 | 5D | 0 | 27 | E | 9B | 56 | 2E |
| Octal | 20 | 333 | 205 | 135 | 0 | 47 | 16 | 233 | 126 | 56 |
| Binary | 10000 | 11011011 | 10000101 | 1011101 | 0 | 100111 | 1110 | 10011011 | 1010110 | 101110 |
Color Harmonies of #10DB85
Complementary color
Monochromatic Colors of #10DB85
Black with #10DB85
Text Example
Text Example
White with #10DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB85; }
p { color: rgb(16,219,133); }
H1.HeaderClassName
{
color: #10DB85;
}
.AnyTagClassName
{
color: #10DB85;
}
</style>
background-color css
<style>
a { background-color: #10DB85; }
a { background-color: rgb(16,219,133); }
div.DivClassName
{
background-color: #10DB85;
}
.BgClassName
{
background-color: #10DB85;
}
</style>
border-color css
<style>
span { border-color: #10DB85; }
span { border-color: rgb(16,219,133); }
td.TdClassName
{
border-color: #10DB85;
}
.TagClassName
{
border-color: #10DB85;
}
</style>