Shades of Caribbean Green #07C888
Tints of Caribbean Green #07C888
RGB
CMYK
RGB Variations
Color information
#07C888 (or 0x07C888) is known color: Caribbean Green. HEX triplet: 07, C8 and 88. RGB value is (7,200,136). Sum of RGB (Red+Green+Blue) = 7+200+136=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #07C888 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C888 is #F83777. Grayscale: #878787. Windows color (decimal): -16267128 or 8964103. OLE color: 8964103.
HSL color Cylindrical-coordinate representation of color #07C888: hue angle of 160.1º 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 #07C888 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 136 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.22 |
| HSL | 160.1º | 0.93% | 0.41% | - |
| HSV(B) | 160.1º | 0.97% | 0.78% | - |
| XYZ | 25.19 | 43.13 | 30.29 | - |
| YUV | 135 | 128.56 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 136 | 0.96 | 0 | 0.32 | 0.22 | 160.1 | 0.93 | 0.41 |
| Hex | 7 | C8 | 88 | 60 | 0 | 20 | 16 | A0 | 5D | 29 |
| Octal | 7 | 310 | 210 | 140 | 0 | 40 | 26 | 240 | 135 | 51 |
| Binary | 111 | 11001000 | 10001000 | 1100000 | 0 | 100000 | 10110 | 10100000 | 1011101 | 101001 |
Color Harmonies of #07C888
Complementary color
Monochromatic Colors of #07C888
Black with #07C888
Text Example
Text Example
White with #07C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C888; }
p { color: rgb(7,200,136); }
H1.HeaderClassName
{
color: #07C888;
}
.AnyTagClassName
{
color: #07C888;
}
</style>
background-color css
<style>
a { background-color: #07C888; }
a { background-color: rgb(7,200,136); }
div.DivClassName
{
background-color: #07C888;
}
.BgClassName
{
background-color: #07C888;
}
</style>
border-color css
<style>
span { border-color: #07C888; }
span { border-color: rgb(7,200,136); }
td.TdClassName
{
border-color: #07C888;
}
.TagClassName
{
border-color: #07C888;
}
</style>