Shades of Caribbean Green #07CA90
Tints of Caribbean Green #07CA90
RGB
CMYK
RGB Variations
Color information
#07CA90 (or 0x07CA90) is known color: Caribbean Green. HEX triplet: 07, CA and 90. RGB value is (7,202,144). Sum of RGB (Red+Green+Blue) = 7+202+144=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CA90 is #F8356F. Grayscale: #898989. Windows color (decimal): -16266608 or 9488903. OLE color: 9488903.
HSL color Cylindrical-coordinate representation of color #07CA90: hue angle of 162.15º 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 #07CA90 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 144 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.21 |
| HSL | 162.15º | 0.93% | 0.41% | - |
| HSV(B) | 162.15º | 0.97% | 0.79% | - |
| XYZ | 26.24 | 44.3 | 33.55 | - |
| YUV | 137.08 | 131.9 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 144 | 0.97 | 0 | 0.29 | 0.21 | 162.15 | 0.93 | 0.41 |
| Hex | 7 | CA | 90 | 61 | 0 | 1D | 15 | A2 | 5D | 29 |
| Octal | 7 | 312 | 220 | 141 | 0 | 35 | 25 | 242 | 135 | 51 |
| Binary | 111 | 11001010 | 10010000 | 1100001 | 0 | 11101 | 10101 | 10100010 | 1011101 | 101001 |
Color Harmonies of #07CA90
Complementary color
Monochromatic Colors of #07CA90
Black with #07CA90
Text Example
Text Example
White with #07CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA90; }
p { color: rgb(7,202,144); }
H1.HeaderClassName
{
color: #07CA90;
}
.AnyTagClassName
{
color: #07CA90;
}
</style>
background-color css
<style>
a { background-color: #07CA90; }
a { background-color: rgb(7,202,144); }
div.DivClassName
{
background-color: #07CA90;
}
.BgClassName
{
background-color: #07CA90;
}
</style>
border-color css
<style>
span { border-color: #07CA90; }
span { border-color: rgb(7,202,144); }
td.TdClassName
{
border-color: #07CA90;
}
.TagClassName
{
border-color: #07CA90;
}
</style>