Shades of Caribbean Green #07CA88
Tints of Caribbean Green #07CA88
RGB
CMYK
RGB Variations
Color information
#07CA88 (or 0x07CA88) is known color: Caribbean Green. HEX triplet: 07, CA and 88. RGB value is (7,202,136). Sum of RGB (Red+Green+Blue) = 7+202+136=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CA88 is #F83577. Grayscale: #888888. Windows color (decimal): -16266616 or 8964615. OLE color: 8964615.
HSL color Cylindrical-coordinate representation of color #07CA88: hue angle of 159.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA88 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 136 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.21 |
| HSL | 159.69º | 0.93% | 0.41% | - |
| HSV(B) | 159.69º | 0.97% | 0.79% | - |
| XYZ | 25.65 | 44.06 | 30.45 | - |
| YUV | 136.17 | 127.9 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 136 | 0.97 | 0 | 0.33 | 0.21 | 159.69 | 0.93 | 0.41 |
| Hex | 7 | CA | 88 | 61 | 0 | 21 | 15 | A0 | 5D | 29 |
| Octal | 7 | 312 | 210 | 141 | 0 | 41 | 25 | 240 | 135 | 51 |
| Binary | 111 | 11001010 | 10001000 | 1100001 | 0 | 100001 | 10101 | 10100000 | 1011101 | 101001 |
Color Harmonies of #07CA88
Complementary color
Monochromatic Colors of #07CA88
Black with #07CA88
Text Example
Text Example
White with #07CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA88; }
p { color: rgb(7,202,136); }
H1.HeaderClassName
{
color: #07CA88;
}
.AnyTagClassName
{
color: #07CA88;
}
</style>
background-color css
<style>
a { background-color: #07CA88; }
a { background-color: rgb(7,202,136); }
div.DivClassName
{
background-color: #07CA88;
}
.BgClassName
{
background-color: #07CA88;
}
</style>
border-color css
<style>
span { border-color: #07CA88; }
span { border-color: rgb(7,202,136); }
td.TdClassName
{
border-color: #07CA88;
}
.TagClassName
{
border-color: #07CA88;
}
</style>