Shades of Caribbean Green #07BC8C
Tints of Caribbean Green #07BC8C
RGB
CMYK
RGB Variations
Color information
#07BC8C (or 0x07BC8C) is known color: Caribbean Green. HEX triplet: 07, BC and 8C. RGB value is (7,188,140). Sum of RGB (Red+Green+Blue) = 7+188+140=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC8C is #F84373. Grayscale: #808080. Windows color (decimal): -16270196 or 9223175. OLE color: 9223175.
HSL color Cylindrical-coordinate representation of color #07BC8C: hue angle of 164.09º 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 #07BC8C is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 140 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.26 |
| HSL | 164.09º | 0.93% | 0.38% | - |
| HSV(B) | 164.09º | 0.96% | 0.74% | - |
| XYZ | 22.8 | 37.91 | 30.93 | - |
| YUV | 128.41 | 134.53 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 140 | 0.96 | 0 | 0.26 | 0.26 | 164.09 | 0.93 | 0.38 |
| Hex | 7 | BC | 8C | 60 | 0 | 1A | 1A | A4 | 5D | 26 |
| Octal | 7 | 274 | 214 | 140 | 0 | 32 | 32 | 244 | 135 | 46 |
| Binary | 111 | 10111100 | 10001100 | 1100000 | 0 | 11010 | 11010 | 10100100 | 1011101 | 100110 |
Color Harmonies of #07BC8C
Complementary color
Monochromatic Colors of #07BC8C
Black with #07BC8C
Text Example
Text Example
White with #07BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC8C; }
p { color: rgb(7,188,140); }
H1.HeaderClassName
{
color: #07BC8C;
}
.AnyTagClassName
{
color: #07BC8C;
}
</style>
background-color css
<style>
a { background-color: #07BC8C; }
a { background-color: rgb(7,188,140); }
div.DivClassName
{
background-color: #07BC8C;
}
.BgClassName
{
background-color: #07BC8C;
}
</style>
border-color css
<style>
span { border-color: #07BC8C; }
span { border-color: rgb(7,188,140); }
td.TdClassName
{
border-color: #07BC8C;
}
.TagClassName
{
border-color: #07BC8C;
}
</style>