Shades of Caribbean Green #10DC80
Tints of Caribbean Green #10DC80
RGB
CMYK
RGB Variations
Color information
#10DC80 (or 0x10DC80) is known color: Caribbean Green. HEX triplet: 10, DC and 80. RGB value is (16,220,128). Sum of RGB (Red+Green+Blue) = 16+220+128=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC80 is #EF237F. Grayscale: #949494. Windows color (decimal): -15672192 or 8444944. OLE color: 8444944.
HSL color Cylindrical-coordinate representation of color #10DC80: hue angle of 152.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 #10DC80 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 128 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.14 |
| HSL | 152.94º | 0.86% | 0.46% | - |
| HSV(B) | 152.94º | 0.93% | 0.86% | - |
| XYZ | 29.7 | 52.86 | 29.06 | - |
| YUV | 148.52 | 116.41 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 128 | 0.93 | 0 | 0.42 | 0.14 | 152.94 | 0.86 | 0.46 |
| Hex | 10 | DC | 80 | 5D | 0 | 2A | E | 99 | 56 | 2E |
| Octal | 20 | 334 | 200 | 135 | 0 | 52 | 16 | 231 | 126 | 56 |
| Binary | 10000 | 11011100 | 10000000 | 1011101 | 0 | 101010 | 1110 | 10011001 | 1010110 | 101110 |
Color Harmonies of #10DC80
Complementary color
Monochromatic Colors of #10DC80
Black with #10DC80
Text Example
Text Example
White with #10DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC80; }
p { color: rgb(16,220,128); }
H1.HeaderClassName
{
color: #10DC80;
}
.AnyTagClassName
{
color: #10DC80;
}
</style>
background-color css
<style>
a { background-color: #10DC80; }
a { background-color: rgb(16,220,128); }
div.DivClassName
{
background-color: #10DC80;
}
.BgClassName
{
background-color: #10DC80;
}
</style>
border-color css
<style>
span { border-color: #10DC80; }
span { border-color: rgb(16,220,128); }
td.TdClassName
{
border-color: #10DC80;
}
.TagClassName
{
border-color: #10DC80;
}
</style>