Shades of Caribbean Green #07CB8A
Tints of Caribbean Green #07CB8A
RGB
CMYK
RGB Variations
Color information
#07CB8A (or 0x07CB8A) is known color: Caribbean Green. HEX triplet: 07, CB and 8A. RGB value is (7,203,138). Sum of RGB (Red+Green+Blue) = 7+203+138=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CB8A is #F83475. Grayscale: #898989. Windows color (decimal): -16266358 or 9095943. OLE color: 9095943.
HSL color Cylindrical-coordinate representation of color #07CB8A: hue angle of 160.1º 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 #07CB8A is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 138 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.20 |
| HSL | 160.1º | 0.93% | 0.41% | - |
| HSV(B) | 160.1º | 0.97% | 0.8% | - |
| XYZ | 26.03 | 44.59 | 31.28 | - |
| YUV | 136.99 | 128.57 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 138 | 0.97 | 0 | 0.32 | 0.20 | 160.1 | 0.93 | 0.41 |
| Hex | 7 | CB | 8A | 61 | 0 | 20 | 14 | A0 | 5D | 29 |
| Octal | 7 | 313 | 212 | 141 | 0 | 40 | 24 | 240 | 135 | 51 |
| Binary | 111 | 11001011 | 10001010 | 1100001 | 0 | 100000 | 10100 | 10100000 | 1011101 | 101001 |
Color Harmonies of #07CB8A
Complementary color
Monochromatic Colors of #07CB8A
Black with #07CB8A
Text Example
Text Example
White with #07CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB8A; }
p { color: rgb(7,203,138); }
H1.HeaderClassName
{
color: #07CB8A;
}
.AnyTagClassName
{
color: #07CB8A;
}
</style>
background-color css
<style>
a { background-color: #07CB8A; }
a { background-color: rgb(7,203,138); }
div.DivClassName
{
background-color: #07CB8A;
}
.BgClassName
{
background-color: #07CB8A;
}
</style>
border-color css
<style>
span { border-color: #07CB8A; }
span { border-color: rgb(7,203,138); }
td.TdClassName
{
border-color: #07CB8A;
}
.TagClassName
{
border-color: #07CB8A;
}
</style>