Shades of Caribbean Green #10C58E
Tints of Caribbean Green #10C58E
RGB
CMYK
RGB Variations
Color information
#10C58E (or 0x10C58E) is known color: Caribbean Green. HEX triplet: 10, C5 and 8E. RGB value is (16,197,142). Sum of RGB (Red+Green+Blue) = 16+197+142=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #10C58E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C58E is #EF3A71. Grayscale: #888888. Windows color (decimal): -15678066 or 9356560. OLE color: 9356560.
HSL color Cylindrical-coordinate representation of color #10C58E: hue angle of 161.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C58E is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 142 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.23 |
| HSL | 161.77º | 0.85% | 0.42% | - |
| HSV(B) | 161.77º | 0.92% | 0.77% | - |
| XYZ | 25.06 | 42 | 32.38 | - |
| YUV | 136.61 | 131.03 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 142 | 0.92 | 0 | 0.28 | 0.23 | 161.77 | 0.85 | 0.42 |
| Hex | 10 | C5 | 8E | 5C | 0 | 1C | 17 | A2 | 55 | 2A |
| Octal | 20 | 305 | 216 | 134 | 0 | 34 | 27 | 242 | 125 | 52 |
| Binary | 10000 | 11000101 | 10001110 | 1011100 | 0 | 11100 | 10111 | 10100010 | 1010101 | 101010 |
Color Harmonies of #10C58E
Complementary color
Monochromatic Colors of #10C58E
Black with #10C58E
Text Example
Text Example
White with #10C58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C58E; }
p { color: rgb(16,197,142); }
H1.HeaderClassName
{
color: #10C58E;
}
.AnyTagClassName
{
color: #10C58E;
}
</style>
background-color css
<style>
a { background-color: #10C58E; }
a { background-color: rgb(16,197,142); }
div.DivClassName
{
background-color: #10C58E;
}
.BgClassName
{
background-color: #10C58E;
}
</style>
border-color css
<style>
span { border-color: #10C58E; }
span { border-color: rgb(16,197,142); }
td.TdClassName
{
border-color: #10C58E;
}
.TagClassName
{
border-color: #10C58E;
}
</style>