Shades of Caribbean Green #10DC88
Tints of Caribbean Green #10DC88
RGB
CMYK
RGB Variations
Color information
#10DC88 (or 0x10DC88) is known color: Caribbean Green. HEX triplet: 10, DC and 88. RGB value is (16,220,136). Sum of RGB (Red+Green+Blue) = 16+220+136=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC88 is #EF2377. Grayscale: #959595. Windows color (decimal): -15672184 or 8969232. OLE color: 8969232.
HSL color Cylindrical-coordinate representation of color #10DC88: hue angle of 155.29º 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 #10DC88 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 136 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.14 |
| HSL | 155.29º | 0.86% | 0.46% | - |
| HSV(B) | 155.29º | 0.93% | 0.86% | - |
| XYZ | 30.25 | 53.07 | 31.94 | - |
| YUV | 149.43 | 120.41 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 136 | 0.93 | 0 | 0.38 | 0.14 | 155.29 | 0.86 | 0.46 |
| Hex | 10 | DC | 88 | 5D | 0 | 26 | E | 9B | 56 | 2E |
| Octal | 20 | 334 | 210 | 135 | 0 | 46 | 16 | 233 | 126 | 56 |
| Binary | 10000 | 11011100 | 10001000 | 1011101 | 0 | 100110 | 1110 | 10011011 | 1010110 | 101110 |
Color Harmonies of #10DC88
Complementary color
Monochromatic Colors of #10DC88
Black with #10DC88
Text Example
Text Example
White with #10DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC88; }
p { color: rgb(16,220,136); }
H1.HeaderClassName
{
color: #10DC88;
}
.AnyTagClassName
{
color: #10DC88;
}
</style>
background-color css
<style>
a { background-color: #10DC88; }
a { background-color: rgb(16,220,136); }
div.DivClassName
{
background-color: #10DC88;
}
.BgClassName
{
background-color: #10DC88;
}
</style>
border-color css
<style>
span { border-color: #10DC88; }
span { border-color: rgb(16,220,136); }
td.TdClassName
{
border-color: #10DC88;
}
.TagClassName
{
border-color: #10DC88;
}
</style>