Shades of Caribbean Green #10C68E
Tints of Caribbean Green #10C68E
RGB
CMYK
RGB Variations
Color information
#10C68E (or 0x10C68E) is known color: Caribbean Green. HEX triplet: 10, C6 and 8E. RGB value is (16,198,142). Sum of RGB (Red+Green+Blue) = 16+198+142=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #10C68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C68E is #EF3971. Grayscale: #898989. Windows color (decimal): -15677810 or 9356816. OLE color: 9356816.
HSL color Cylindrical-coordinate representation of color #10C68E: hue angle of 161.54º 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 #10C68E is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 142 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.22 |
| HSL | 161.54º | 0.85% | 0.42% | - |
| HSV(B) | 161.54º | 0.92% | 0.78% | - |
| XYZ | 25.29 | 42.45 | 32.45 | - |
| YUV | 137.2 | 130.7 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 142 | 0.92 | 0 | 0.28 | 0.22 | 161.54 | 0.85 | 0.42 |
| Hex | 10 | C6 | 8E | 5C | 0 | 1C | 16 | A2 | 55 | 2A |
| Octal | 20 | 306 | 216 | 134 | 0 | 34 | 26 | 242 | 125 | 52 |
| Binary | 10000 | 11000110 | 10001110 | 1011100 | 0 | 11100 | 10110 | 10100010 | 1010101 | 101010 |
Color Harmonies of #10C68E
Complementary color
Monochromatic Colors of #10C68E
Black with #10C68E
Text Example
Text Example
White with #10C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C68E; }
p { color: rgb(16,198,142); }
H1.HeaderClassName
{
color: #10C68E;
}
.AnyTagClassName
{
color: #10C68E;
}
</style>
background-color css
<style>
a { background-color: #10C68E; }
a { background-color: rgb(16,198,142); }
div.DivClassName
{
background-color: #10C68E;
}
.BgClassName
{
background-color: #10C68E;
}
</style>
border-color css
<style>
span { border-color: #10C68E; }
span { border-color: rgb(16,198,142); }
td.TdClassName
{
border-color: #10C68E;
}
.TagClassName
{
border-color: #10C68E;
}
</style>