Shades of Caribbean Green #07C886
Tints of Caribbean Green #07C886
RGB
CMYK
RGB Variations
Color information
#07C886 (or 0x07C886) is known color: Caribbean Green. HEX triplet: 07, C8 and 86. RGB value is (7,200,134). Sum of RGB (Red+Green+Blue) = 7+200+134=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #07C886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C886 is #F83779. Grayscale: #868686. Windows color (decimal): -16267130 or 8833031. OLE color: 8833031.
HSL color Cylindrical-coordinate representation of color #07C886: hue angle of 159.48º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C886 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 134 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.22 |
| HSL | 159.48º | 0.93% | 0.41% | - |
| HSV(B) | 159.48º | 0.97% | 0.78% | - |
| XYZ | 25.04 | 43.07 | 29.55 | - |
| YUV | 134.77 | 127.56 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 134 | 0.96 | 0 | 0.33 | 0.22 | 159.48 | 0.93 | 0.41 |
| Hex | 7 | C8 | 86 | 60 | 0 | 21 | 16 | 9F | 5D | 29 |
| Octal | 7 | 310 | 206 | 140 | 0 | 41 | 26 | 237 | 135 | 51 |
| Binary | 111 | 11001000 | 10000110 | 1100000 | 0 | 100001 | 10110 | 10011111 | 1011101 | 101001 |
Color Harmonies of #07C886
Complementary color
Monochromatic Colors of #07C886
Black with #07C886
Text Example
Text Example
White with #07C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C886; }
p { color: rgb(7,200,134); }
H1.HeaderClassName
{
color: #07C886;
}
.AnyTagClassName
{
color: #07C886;
}
</style>
background-color css
<style>
a { background-color: #07C886; }
a { background-color: rgb(7,200,134); }
div.DivClassName
{
background-color: #07C886;
}
.BgClassName
{
background-color: #07C886;
}
</style>
border-color css
<style>
span { border-color: #07C886; }
span { border-color: rgb(7,200,134); }
td.TdClassName
{
border-color: #07C886;
}
.TagClassName
{
border-color: #07C886;
}
</style>