Shades of Bermuda #7BE0BA
Tints of Bermuda #7BE0BA
RGB
CMYK
RGB Variations
Color information
#7BE0BA (or 0x7BE0BA) is known color: Bermuda. HEX triplet: 7B, E0 and BA. RGB value is (123,224,186). Sum of RGB (Red+Green+Blue) = 123+224+186=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0BA is #841F45. Grayscale: #BDBDBD. Windows color (decimal): -8658758 or 12247163. OLE color: 12247163.
HSL color Cylindrical-coordinate representation of color #7BE0BA: hue angle of 157.43º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE0BA is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 186 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.12 |
| HSL | 157.43º | 0.62% | 0.68% | - |
| HSV(B) | 157.43º | 0.45% | 0.88% | - |
| XYZ | 43.69 | 61.07 | 55.94 | - |
| YUV | 189.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 186 | 0.45 | 0 | 0.17 | 0.12 | 157.43 | 0.62 | 0.68 |
| Hex | 7B | E0 | BA | 2D | 0 | 11 | C | 9D | 3E | 44 |
| Octal | 173 | 340 | 272 | 55 | 0 | 21 | 14 | 235 | 76 | 104 |
| Binary | 1111011 | 11100000 | 10111010 | 101101 | 0 | 10001 | 1100 | 10011101 | 111110 | 1000100 |
Color Harmonies of #7BE0BA
Complementary color
Monochromatic Colors of #7BE0BA
Black with #7BE0BA
Text Example
Text Example
White with #7BE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0BA; }
p { color: rgb(123,224,186); }
H1.HeaderClassName
{
color: #7BE0BA;
}
.AnyTagClassName
{
color: #7BE0BA;
}
</style>
background-color css
<style>
a { background-color: #7BE0BA; }
a { background-color: rgb(123,224,186); }
div.DivClassName
{
background-color: #7BE0BA;
}
.BgClassName
{
background-color: #7BE0BA;
}
</style>
border-color css
<style>
span { border-color: #7BE0BA; }
span { border-color: rgb(123,224,186); }
td.TdClassName
{
border-color: #7BE0BA;
}
.TagClassName
{
border-color: #7BE0BA;
}
</style>