Shades of Caribbean Green #07BA9F
Tints of Caribbean Green #07BA9F
RGB
CMYK
RGB Variations
Color information
#07BA9F (or 0x07BA9F) is known color: Caribbean Green. HEX triplet: 07, BA and 9F. RGB value is (7,186,159). Sum of RGB (Red+Green+Blue) = 7+186+159=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA9F is #F84560. Grayscale: #818181. Windows color (decimal): -16270689 or 10467847. OLE color: 10467847.
HSL color Cylindrical-coordinate representation of color #07BA9F: hue angle of 170.95º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA9F is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 159 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.27 |
| HSL | 170.95º | 0.93% | 0.38% | - |
| HSV(B) | 170.95º | 0.96% | 0.73% | - |
| XYZ | 23.9 | 37.67 | 38.81 | - |
| YUV | 129.4 | 144.7 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 159 | 0.96 | 0 | 0.15 | 0.27 | 170.95 | 0.93 | 0.38 |
| Hex | 7 | BA | 9F | 60 | 0 | F | 1B | AB | 5D | 26 |
| Octal | 7 | 272 | 237 | 140 | 0 | 17 | 33 | 253 | 135 | 46 |
| Binary | 111 | 10111010 | 10011111 | 1100000 | 0 | 1111 | 11011 | 10101011 | 1011101 | 100110 |
Color Harmonies of #07BA9F
Complementary color
Monochromatic Colors of #07BA9F
Black with #07BA9F
Text Example
Text Example
White with #07BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA9F; }
p { color: rgb(7,186,159); }
H1.HeaderClassName
{
color: #07BA9F;
}
.AnyTagClassName
{
color: #07BA9F;
}
</style>
background-color css
<style>
a { background-color: #07BA9F; }
a { background-color: rgb(7,186,159); }
div.DivClassName
{
background-color: #07BA9F;
}
.BgClassName
{
background-color: #07BA9F;
}
</style>
border-color css
<style>
span { border-color: #07BA9F; }
span { border-color: rgb(7,186,159); }
td.TdClassName
{
border-color: #07BA9F;
}
.TagClassName
{
border-color: #07BA9F;
}
</style>