Shades of Caribbean Green #10DC7F
Tints of Caribbean Green #10DC7F
RGB
CMYK
RGB Variations
Color information
#10DC7F (or 0x10DC7F) is known color: Caribbean Green. HEX triplet: 10, DC and 7F. RGB value is (16,220,127). Sum of RGB (Red+Green+Blue) = 16+220+127=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC7F is #EF2380. Grayscale: #949494. Windows color (decimal): -15672193 or 8379408. OLE color: 8379408.
HSL color Cylindrical-coordinate representation of color #10DC7F: hue angle of 152.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 #10DC7F is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 127 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.14 |
| HSL | 152.65º | 0.86% | 0.46% | - |
| HSV(B) | 152.65º | 0.93% | 0.86% | - |
| XYZ | 29.64 | 52.83 | 28.71 | - |
| YUV | 148.4 | 115.91 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 127 | 0.93 | 0 | 0.42 | 0.14 | 152.65 | 0.86 | 0.46 |
| Hex | 10 | DC | 7F | 5D | 0 | 2A | E | 99 | 56 | 2E |
| Octal | 20 | 334 | 177 | 135 | 0 | 52 | 16 | 231 | 126 | 56 |
| Binary | 10000 | 11011100 | 1111111 | 1011101 | 0 | 101010 | 1110 | 10011001 | 1010110 | 101110 |
Color Harmonies of #10DC7F
Complementary color
Monochromatic Colors of #10DC7F
Black with #10DC7F
Text Example
Text Example
White with #10DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC7F; }
p { color: rgb(16,220,127); }
H1.HeaderClassName
{
color: #10DC7F;
}
.AnyTagClassName
{
color: #10DC7F;
}
</style>
background-color css
<style>
a { background-color: #10DC7F; }
a { background-color: rgb(16,220,127); }
div.DivClassName
{
background-color: #10DC7F;
}
.BgClassName
{
background-color: #10DC7F;
}
</style>
border-color css
<style>
span { border-color: #10DC7F; }
span { border-color: rgb(16,220,127); }
td.TdClassName
{
border-color: #10DC7F;
}
.TagClassName
{
border-color: #10DC7F;
}
</style>