Shades of Caribbean Green #07BE8C
Tints of Caribbean Green #07BE8C
RGB
CMYK
RGB Variations
Color information
#07BE8C (or 0x07BE8C) is known color: Caribbean Green. HEX triplet: 07, BE and 8C. RGB value is (7,190,140). Sum of RGB (Red+Green+Blue) = 7+190+140=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BE8C is #F84173. Grayscale: #818181. Windows color (decimal): -16269684 or 9223687. OLE color: 9223687.
HSL color Cylindrical-coordinate representation of color #07BE8C: hue angle of 163.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE8C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 140 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.25 |
| HSL | 163.61º | 0.93% | 0.39% | - |
| HSV(B) | 163.61º | 0.96% | 0.75% | - |
| XYZ | 23.23 | 38.77 | 31.07 | - |
| YUV | 129.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 140 | 0.96 | 0 | 0.26 | 0.25 | 163.61 | 0.93 | 0.39 |
| Hex | 7 | BE | 8C | 60 | 0 | 1A | 19 | A4 | 5D | 27 |
| Octal | 7 | 276 | 214 | 140 | 0 | 32 | 31 | 244 | 135 | 47 |
| Binary | 111 | 10111110 | 10001100 | 1100000 | 0 | 11010 | 11001 | 10100100 | 1011101 | 100111 |
Color Harmonies of #07BE8C
Complementary color
Monochromatic Colors of #07BE8C
Black with #07BE8C
Text Example
Text Example
White with #07BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE8C; }
p { color: rgb(7,190,140); }
H1.HeaderClassName
{
color: #07BE8C;
}
.AnyTagClassName
{
color: #07BE8C;
}
</style>
background-color css
<style>
a { background-color: #07BE8C; }
a { background-color: rgb(7,190,140); }
div.DivClassName
{
background-color: #07BE8C;
}
.BgClassName
{
background-color: #07BE8C;
}
</style>
border-color css
<style>
span { border-color: #07BE8C; }
span { border-color: rgb(7,190,140); }
td.TdClassName
{
border-color: #07BE8C;
}
.TagClassName
{
border-color: #07BE8C;
}
</style>