Shades of Bermuda #7BE4BB
Tints of Bermuda #7BE4BB
RGB
CMYK
RGB Variations
Color information
#7BE4BB (or 0x7BE4BB) is known color: Bermuda. HEX triplet: 7B, E4 and BB. RGB value is (123,228,187). Sum of RGB (Red+Green+Blue) = 123+228+187=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE4BB is #841B44. Grayscale: #BFBFBF. Windows color (decimal): -8657733 or 12313723. OLE color: 12313723.
HSL color Cylindrical-coordinate representation of color #7BE4BB: hue angle of 156.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE4BB is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 228 | 187 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.11 |
| HSL | 156.57º | 0.66% | 0.69% | - |
| HSV(B) | 156.57º | 0.46% | 0.89% | - |
| XYZ | 44.88 | 63.29 | 56.86 | - |
| YUV | 191.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 228 | 187 | 0.46 | 0 | 0.18 | 0.11 | 156.57 | 0.66 | 0.69 |
| Hex | 7B | E4 | BB | 2E | 0 | 12 | B | 9D | 42 | 45 |
| Octal | 173 | 344 | 273 | 56 | 0 | 22 | 13 | 235 | 102 | 105 |
| Binary | 1111011 | 11100100 | 10111011 | 101110 | 0 | 10010 | 1011 | 10011101 | 1000010 | 1000101 |
Color Harmonies of #7BE4BB
Complementary color
Monochromatic Colors of #7BE4BB
Black with #7BE4BB
Text Example
Text Example
White with #7BE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE4BB; }
p { color: rgb(123,228,187); }
H1.HeaderClassName
{
color: #7BE4BB;
}
.AnyTagClassName
{
color: #7BE4BB;
}
</style>
background-color css
<style>
a { background-color: #7BE4BB; }
a { background-color: rgb(123,228,187); }
div.DivClassName
{
background-color: #7BE4BB;
}
.BgClassName
{
background-color: #7BE4BB;
}
</style>
border-color css
<style>
span { border-color: #7BE4BB; }
span { border-color: rgb(123,228,187); }
td.TdClassName
{
border-color: #7BE4BB;
}
.TagClassName
{
border-color: #7BE4BB;
}
</style>