Shades of Caribbean Green #07BAA0
Tints of Caribbean Green #07BAA0
RGB
CMYK
RGB Variations
Color information
#07BAA0 (or 0x07BAA0) is known color: Caribbean Green. HEX triplet: 07, BA and A0. RGB value is (7,186,160). Sum of RGB (Red+Green+Blue) = 7+186+160=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #07BAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BAA0 is #F8455F. Grayscale: #818181. Windows color (decimal): -16270688 or 10533383. OLE color: 10533383.
HSL color Cylindrical-coordinate representation of color #07BAA0: hue angle of 171.28º 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 #07BAA0 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 160 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.27 |
| HSL | 171.28º | 0.93% | 0.38% | - |
| HSV(B) | 171.28º | 0.96% | 0.73% | - |
| XYZ | 23.99 | 37.7 | 39.27 | - |
| YUV | 129.52 | 145.2 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 160 | 0.96 | 0 | 0.14 | 0.27 | 171.28 | 0.93 | 0.38 |
| Hex | 7 | BA | A0 | 60 | 0 | E | 1B | AB | 5D | 26 |
| Octal | 7 | 272 | 240 | 140 | 0 | 16 | 33 | 253 | 135 | 46 |
| Binary | 111 | 10111010 | 10100000 | 1100000 | 0 | 1110 | 11011 | 10101011 | 1011101 | 100110 |
Color Harmonies of #07BAA0
Complementary color
Monochromatic Colors of #07BAA0
Black with #07BAA0
Text Example
Text Example
White with #07BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAA0; }
p { color: rgb(7,186,160); }
H1.HeaderClassName
{
color: #07BAA0;
}
.AnyTagClassName
{
color: #07BAA0;
}
</style>
background-color css
<style>
a { background-color: #07BAA0; }
a { background-color: rgb(7,186,160); }
div.DivClassName
{
background-color: #07BAA0;
}
.BgClassName
{
background-color: #07BAA0;
}
</style>
border-color css
<style>
span { border-color: #07BAA0; }
span { border-color: rgb(7,186,160); }
td.TdClassName
{
border-color: #07BAA0;
}
.TagClassName
{
border-color: #07BAA0;
}
</style>