Shades of Caribbean Green #07CB80
Tints of Caribbean Green #07CB80
RGB
CMYK
RGB Variations
Color information
#07CB80 (or 0x07CB80) is known color: Caribbean Green. HEX triplet: 07, CB and 80. RGB value is (7,203,128). Sum of RGB (Red+Green+Blue) = 7+203+128=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CB80 is #F8347F. Grayscale: #878787. Windows color (decimal): -16266368 or 8440583. OLE color: 8440583.
HSL color Cylindrical-coordinate representation of color #07CB80: hue angle of 157.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB80 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 128 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.20 |
| HSL | 157.04º | 0.93% | 0.41% | - |
| HSV(B) | 157.04º | 0.97% | 0.8% | - |
| XYZ | 25.34 | 44.32 | 27.64 | - |
| YUV | 135.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 128 | 0.97 | 0 | 0.37 | 0.20 | 157.04 | 0.93 | 0.41 |
| Hex | 7 | CB | 80 | 61 | 0 | 25 | 14 | 9D | 5D | 29 |
| Octal | 7 | 313 | 200 | 141 | 0 | 45 | 24 | 235 | 135 | 51 |
| Binary | 111 | 11001011 | 10000000 | 1100001 | 0 | 100101 | 10100 | 10011101 | 1011101 | 101001 |
Color Harmonies of #07CB80
Complementary color
Monochromatic Colors of #07CB80
Black with #07CB80
Text Example
Text Example
White with #07CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB80; }
p { color: rgb(7,203,128); }
H1.HeaderClassName
{
color: #07CB80;
}
.AnyTagClassName
{
color: #07CB80;
}
</style>
background-color css
<style>
a { background-color: #07CB80; }
a { background-color: rgb(7,203,128); }
div.DivClassName
{
background-color: #07CB80;
}
.BgClassName
{
background-color: #07CB80;
}
</style>
border-color css
<style>
span { border-color: #07CB80; }
span { border-color: rgb(7,203,128); }
td.TdClassName
{
border-color: #07CB80;
}
.TagClassName
{
border-color: #07CB80;
}
</style>