Shades of Caribbean Green #10C78D
Tints of Caribbean Green #10C78D
RGB
CMYK
RGB Variations
Color information
#10C78D (or 0x10C78D) is known color: Caribbean Green. HEX triplet: 10, C7 and 8D. RGB value is (16,199,141). Sum of RGB (Red+Green+Blue) = 16+199+141=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #10C78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C78D is #EF3872. Grayscale: #898989. Windows color (decimal): -15677555 or 9291536. OLE color: 9291536.
HSL color Cylindrical-coordinate representation of color #10C78D: hue angle of 160.98º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C78D is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 141 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.22 |
| HSL | 160.98º | 0.85% | 0.42% | - |
| HSV(B) | 160.98º | 0.92% | 0.78% | - |
| XYZ | 25.44 | 42.88 | 32.13 | - |
| YUV | 137.67 | 129.87 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 141 | 0.92 | 0 | 0.29 | 0.22 | 160.98 | 0.85 | 0.42 |
| Hex | 10 | C7 | 8D | 5C | 0 | 1D | 16 | A1 | 55 | 2A |
| Octal | 20 | 307 | 215 | 134 | 0 | 35 | 26 | 241 | 125 | 52 |
| Binary | 10000 | 11000111 | 10001101 | 1011100 | 0 | 11101 | 10110 | 10100001 | 1010101 | 101010 |
Color Harmonies of #10C78D
Complementary color
Monochromatic Colors of #10C78D
Black with #10C78D
Text Example
Text Example
White with #10C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C78D; }
p { color: rgb(16,199,141); }
H1.HeaderClassName
{
color: #10C78D;
}
.AnyTagClassName
{
color: #10C78D;
}
</style>
background-color css
<style>
a { background-color: #10C78D; }
a { background-color: rgb(16,199,141); }
div.DivClassName
{
background-color: #10C78D;
}
.BgClassName
{
background-color: #10C78D;
}
</style>
border-color css
<style>
span { border-color: #10C78D; }
span { border-color: rgb(16,199,141); }
td.TdClassName
{
border-color: #10C78D;
}
.TagClassName
{
border-color: #10C78D;
}
</style>