Shades of Caribbean Green #07BE8F
Tints of Caribbean Green #07BE8F
RGB
CMYK
RGB Variations
Color information
#07BE8F (or 0x07BE8F) is known color: Caribbean Green. HEX triplet: 07, BE and 8F. RGB value is (7,190,143). Sum of RGB (Red+Green+Blue) = 7+190+143=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BE8F is #F84170. Grayscale: #818181. Windows color (decimal): -16269681 or 9420295. OLE color: 9420295.
HSL color Cylindrical-coordinate representation of color #07BE8F: hue angle of 164.59º 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 #07BE8F is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 143 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.25 |
| HSL | 164.59º | 0.93% | 0.39% | - |
| HSV(B) | 164.59º | 0.96% | 0.75% | - |
| XYZ | 23.46 | 38.86 | 32.25 | - |
| YUV | 129.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 143 | 0.96 | 0 | 0.25 | 0.25 | 164.59 | 0.93 | 0.39 |
| Hex | 7 | BE | 8F | 60 | 0 | 19 | 19 | A5 | 5D | 27 |
| Octal | 7 | 276 | 217 | 140 | 0 | 31 | 31 | 245 | 135 | 47 |
| Binary | 111 | 10111110 | 10001111 | 1100000 | 0 | 11001 | 11001 | 10100101 | 1011101 | 100111 |
Color Harmonies of #07BE8F
Complementary color
Monochromatic Colors of #07BE8F
Black with #07BE8F
Text Example
Text Example
White with #07BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE8F; }
p { color: rgb(7,190,143); }
H1.HeaderClassName
{
color: #07BE8F;
}
.AnyTagClassName
{
color: #07BE8F;
}
</style>
background-color css
<style>
a { background-color: #07BE8F; }
a { background-color: rgb(7,190,143); }
div.DivClassName
{
background-color: #07BE8F;
}
.BgClassName
{
background-color: #07BE8F;
}
</style>
border-color css
<style>
span { border-color: #07BE8F; }
span { border-color: rgb(7,190,143); }
td.TdClassName
{
border-color: #07BE8F;
}
.TagClassName
{
border-color: #07BE8F;
}
</style>