Shades of Caribbean Green #10DCB2
Tints of Caribbean Green #10DCB2
RGB
CMYK
RGB Variations
Color information
#10DCB2 (or 0x10DCB2) is known color: Caribbean Green. HEX triplet: 10, DC and B2. RGB value is (16,220,178). Sum of RGB (Red+Green+Blue) = 16+220+178=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DCB2 is #EF234D. Grayscale: #9A9A9A. Windows color (decimal): -15672142 or 11721744. OLE color: 11721744.
HSL color Cylindrical-coordinate representation of color #10DCB2: hue angle of 167.65º 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 #10DCB2 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 178 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.14 |
| HSL | 167.65º | 0.86% | 0.46% | - |
| HSV(B) | 167.65º | 0.93% | 0.86% | - |
| XYZ | 33.84 | 54.51 | 50.86 | - |
| YUV | 154.22 | 141.41 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 178 | 0.93 | 0 | 0.19 | 0.14 | 167.65 | 0.86 | 0.46 |
| Hex | 10 | DC | B2 | 5D | 0 | 13 | E | A8 | 56 | 2E |
| Octal | 20 | 334 | 262 | 135 | 0 | 23 | 16 | 250 | 126 | 56 |
| Binary | 10000 | 11011100 | 10110010 | 1011101 | 0 | 10011 | 1110 | 10101000 | 1010110 | 101110 |
Color Harmonies of #10DCB2
Complementary color
Monochromatic Colors of #10DCB2
Black with #10DCB2
Text Example
Text Example
White with #10DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCB2; }
p { color: rgb(16,220,178); }
H1.HeaderClassName
{
color: #10DCB2;
}
.AnyTagClassName
{
color: #10DCB2;
}
</style>
background-color css
<style>
a { background-color: #10DCB2; }
a { background-color: rgb(16,220,178); }
div.DivClassName
{
background-color: #10DCB2;
}
.BgClassName
{
background-color: #10DCB2;
}
</style>
border-color css
<style>
span { border-color: #10DCB2; }
span { border-color: rgb(16,220,178); }
td.TdClassName
{
border-color: #10DCB2;
}
.TagClassName
{
border-color: #10DCB2;
}
</style>