Shades of Caribbean Green #10DC91
Tints of Caribbean Green #10DC91
RGB
CMYK
RGB Variations
Color information
#10DC91 (or 0x10DC91) is known color: Caribbean Green. HEX triplet: 10, DC and 91. RGB value is (16,220,145). Sum of RGB (Red+Green+Blue) = 16+220+145=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC91 is #EF236E. Grayscale: #969696. Windows color (decimal): -15672175 or 9559056. OLE color: 9559056.
HSL color Cylindrical-coordinate representation of color #10DC91: hue angle of 157.94º 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 #10DC91 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 145 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.14 |
| HSL | 157.94º | 0.86% | 0.46% | - |
| HSV(B) | 157.94º | 0.93% | 0.86% | - |
| XYZ | 30.92 | 53.34 | 35.45 | - |
| YUV | 150.45 | 124.91 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 145 | 0.93 | 0 | 0.34 | 0.14 | 157.94 | 0.86 | 0.46 |
| Hex | 10 | DC | 91 | 5D | 0 | 22 | E | 9E | 56 | 2E |
| Octal | 20 | 334 | 221 | 135 | 0 | 42 | 16 | 236 | 126 | 56 |
| Binary | 10000 | 11011100 | 10010001 | 1011101 | 0 | 100010 | 1110 | 10011110 | 1010110 | 101110 |
Color Harmonies of #10DC91
Complementary color
Monochromatic Colors of #10DC91
Black with #10DC91
Text Example
Text Example
White with #10DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC91; }
p { color: rgb(16,220,145); }
H1.HeaderClassName
{
color: #10DC91;
}
.AnyTagClassName
{
color: #10DC91;
}
</style>
background-color css
<style>
a { background-color: #10DC91; }
a { background-color: rgb(16,220,145); }
div.DivClassName
{
background-color: #10DC91;
}
.BgClassName
{
background-color: #10DC91;
}
</style>
border-color css
<style>
span { border-color: #10DC91; }
span { border-color: rgb(16,220,145); }
td.TdClassName
{
border-color: #10DC91;
}
.TagClassName
{
border-color: #10DC91;
}
</style>