Shades of Caribbean Green #07CA89
Tints of Caribbean Green #07CA89
RGB
CMYK
RGB Variations
Color information
#07CA89 (or 0x07CA89) is known color: Caribbean Green. HEX triplet: 07, CA and 89. RGB value is (7,202,137). Sum of RGB (Red+Green+Blue) = 7+202+137=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CA89 is #F83576. Grayscale: #888888. Windows color (decimal): -16266615 or 9030151. OLE color: 9030151.
HSL color Cylindrical-coordinate representation of color #07CA89: hue angle of 160º 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 #07CA89 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 137 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.21 |
| HSL | 160º | 0.93% | 0.41% | - |
| HSV(B) | 160º | 0.97% | 0.79% | - |
| XYZ | 25.72 | 44.09 | 30.82 | - |
| YUV | 136.29 | 128.4 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 137 | 0.97 | 0 | 0.32 | 0.21 | 160 | 0.93 | 0.41 |
| Hex | 7 | CA | 89 | 61 | 0 | 20 | 15 | A0 | 5D | 29 |
| Octal | 7 | 312 | 211 | 141 | 0 | 40 | 25 | 240 | 135 | 51 |
| Binary | 111 | 11001010 | 10001001 | 1100001 | 0 | 100000 | 10101 | 10100000 | 1011101 | 101001 |
Color Harmonies of #07CA89
Complementary color
Monochromatic Colors of #07CA89
Black with #07CA89
Text Example
Text Example
White with #07CA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA89; }
p { color: rgb(7,202,137); }
H1.HeaderClassName
{
color: #07CA89;
}
.AnyTagClassName
{
color: #07CA89;
}
</style>
background-color css
<style>
a { background-color: #07CA89; }
a { background-color: rgb(7,202,137); }
div.DivClassName
{
background-color: #07CA89;
}
.BgClassName
{
background-color: #07CA89;
}
</style>
border-color css
<style>
span { border-color: #07CA89; }
span { border-color: rgb(7,202,137); }
td.TdClassName
{
border-color: #07CA89;
}
.TagClassName
{
border-color: #07CA89;
}
</style>