Shades of Caribbean Green #07BC8F
Tints of Caribbean Green #07BC8F
RGB
CMYK
RGB Variations
Color information
#07BC8F (or 0x07BC8F) is known color: Caribbean Green. HEX triplet: 07, BC and 8F. RGB value is (7,188,143). Sum of RGB (Red+Green+Blue) = 7+188+143=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC8F is #F84370. Grayscale: #808080. Windows color (decimal): -16270193 or 9419783. OLE color: 9419783.
HSL color Cylindrical-coordinate representation of color #07BC8F: hue angle of 165.08º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC8F is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 143 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.26 |
| HSL | 165.08º | 0.93% | 0.38% | - |
| HSV(B) | 165.08º | 0.96% | 0.74% | - |
| XYZ | 23.03 | 37.99 | 32.11 | - |
| YUV | 128.75 | 136.03 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 143 | 0.96 | 0 | 0.24 | 0.26 | 165.08 | 0.93 | 0.38 |
| Hex | 7 | BC | 8F | 60 | 0 | 18 | 1A | A5 | 5D | 26 |
| Octal | 7 | 274 | 217 | 140 | 0 | 30 | 32 | 245 | 135 | 46 |
| Binary | 111 | 10111100 | 10001111 | 1100000 | 0 | 11000 | 11010 | 10100101 | 1011101 | 100110 |
Color Harmonies of #07BC8F
Complementary color
Monochromatic Colors of #07BC8F
Black with #07BC8F
Text Example
Text Example
White with #07BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC8F; }
p { color: rgb(7,188,143); }
H1.HeaderClassName
{
color: #07BC8F;
}
.AnyTagClassName
{
color: #07BC8F;
}
</style>
background-color css
<style>
a { background-color: #07BC8F; }
a { background-color: rgb(7,188,143); }
div.DivClassName
{
background-color: #07BC8F;
}
.BgClassName
{
background-color: #07BC8F;
}
</style>
border-color css
<style>
span { border-color: #07BC8F; }
span { border-color: rgb(7,188,143); }
td.TdClassName
{
border-color: #07BC8F;
}
.TagClassName
{
border-color: #07BC8F;
}
</style>