Shades of Caribbean Green #10DCB1
Tints of Caribbean Green #10DCB1
RGB
CMYK
RGB Variations
Color information
#10DCB1 (or 0x10DCB1) is known color: Caribbean Green. HEX triplet: 10, DC and B1. RGB value is (16,220,177). Sum of RGB (Red+Green+Blue) = 16+220+177=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DCB1 is #EF234E. Grayscale: #9A9A9A. Windows color (decimal): -15672143 or 11656208. OLE color: 11656208.
HSL color Cylindrical-coordinate representation of color #10DCB1: hue angle of 167.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 #10DCB1 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 177 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.14 |
| HSL | 167.35º | 0.86% | 0.46% | - |
| HSV(B) | 167.35º | 0.93% | 0.86% | - |
| XYZ | 33.74 | 54.47 | 50.33 | - |
| YUV | 154.1 | 140.91 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 177 | 0.93 | 0 | 0.20 | 0.14 | 167.35 | 0.86 | 0.46 |
| Hex | 10 | DC | B1 | 5D | 0 | 14 | E | A7 | 56 | 2E |
| Octal | 20 | 334 | 261 | 135 | 0 | 24 | 16 | 247 | 126 | 56 |
| Binary | 10000 | 11011100 | 10110001 | 1011101 | 0 | 10100 | 1110 | 10100111 | 1010110 | 101110 |
Color Harmonies of #10DCB1
Complementary color
Monochromatic Colors of #10DCB1
Black with #10DCB1
Text Example
Text Example
White with #10DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCB1; }
p { color: rgb(16,220,177); }
H1.HeaderClassName
{
color: #10DCB1;
}
.AnyTagClassName
{
color: #10DCB1;
}
</style>
background-color css
<style>
a { background-color: #10DCB1; }
a { background-color: rgb(16,220,177); }
div.DivClassName
{
background-color: #10DCB1;
}
.BgClassName
{
background-color: #10DCB1;
}
</style>
border-color css
<style>
span { border-color: #10DCB1; }
span { border-color: rgb(16,220,177); }
td.TdClassName
{
border-color: #10DCB1;
}
.TagClassName
{
border-color: #10DCB1;
}
</style>