Shades of Caribbean Green #10DB8B
Tints of Caribbean Green #10DB8B
RGB
CMYK
RGB Variations
Color information
#10DB8B (or 0x10DB8B) is known color: Caribbean Green. HEX triplet: 10, DB and 8B. RGB value is (16,219,139). Sum of RGB (Red+Green+Blue) = 16+219+139=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB8B is #EF2474. Grayscale: #959595. Windows color (decimal): -15672437 or 9165584. OLE color: 9165584.
HSL color Cylindrical-coordinate representation of color #10DB8B: hue angle of 156.35º 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 #10DB8B is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 139 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.14 |
| HSL | 156.35º | 0.86% | 0.46% | - |
| HSV(B) | 156.35º | 0.93% | 0.86% | - |
| XYZ | 30.21 | 52.64 | 32.99 | - |
| YUV | 149.18 | 122.25 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 139 | 0.93 | 0 | 0.37 | 0.14 | 156.35 | 0.86 | 0.46 |
| Hex | 10 | DB | 8B | 5D | 0 | 25 | E | 9C | 56 | 2E |
| Octal | 20 | 333 | 213 | 135 | 0 | 45 | 16 | 234 | 126 | 56 |
| Binary | 10000 | 11011011 | 10001011 | 1011101 | 0 | 100101 | 1110 | 10011100 | 1010110 | 101110 |
Color Harmonies of #10DB8B
Complementary color
Monochromatic Colors of #10DB8B
Black with #10DB8B
Text Example
Text Example
White with #10DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB8B; }
p { color: rgb(16,219,139); }
H1.HeaderClassName
{
color: #10DB8B;
}
.AnyTagClassName
{
color: #10DB8B;
}
</style>
background-color css
<style>
a { background-color: #10DB8B; }
a { background-color: rgb(16,219,139); }
div.DivClassName
{
background-color: #10DB8B;
}
.BgClassName
{
background-color: #10DB8B;
}
</style>
border-color css
<style>
span { border-color: #10DB8B; }
span { border-color: rgb(16,219,139); }
td.TdClassName
{
border-color: #10DB8B;
}
.TagClassName
{
border-color: #10DB8B;
}
</style>