Shades of Bermuda #7BE4BC
Tints of Bermuda #7BE4BC
RGB
CMYK
RGB Variations
Color information
#7BE4BC (or 0x7BE4BC) is known color: Bermuda. HEX triplet: 7B, E4 and BC. RGB value is (123,228,188). Sum of RGB (Red+Green+Blue) = 123+228+188=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE4BC is #841B43. Grayscale: #C0C0C0. Windows color (decimal): -8657732 or 12379259. OLE color: 12379259.
HSL color Cylindrical-coordinate representation of color #7BE4BC: hue angle of 157.14º 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 #7BE4BC is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 228 | 188 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.11 |
| HSL | 157.14º | 0.66% | 0.69% | - |
| HSV(B) | 157.14º | 0.46% | 0.89% | - |
| XYZ | 44.99 | 63.33 | 57.43 | - |
| YUV | 192.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 228 | 188 | 0.46 | 0 | 0.18 | 0.11 | 157.14 | 0.66 | 0.69 |
| Hex | 7B | E4 | BC | 2E | 0 | 12 | B | 9D | 42 | 45 |
| Octal | 173 | 344 | 274 | 56 | 0 | 22 | 13 | 235 | 102 | 105 |
| Binary | 1111011 | 11100100 | 10111100 | 101110 | 0 | 10010 | 1011 | 10011101 | 1000010 | 1000101 |
Color Harmonies of #7BE4BC
Complementary color
Monochromatic Colors of #7BE4BC
Black with #7BE4BC
Text Example
Text Example
White with #7BE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE4BC; }
p { color: rgb(123,228,188); }
H1.HeaderClassName
{
color: #7BE4BC;
}
.AnyTagClassName
{
color: #7BE4BC;
}
</style>
background-color css
<style>
a { background-color: #7BE4BC; }
a { background-color: rgb(123,228,188); }
div.DivClassName
{
background-color: #7BE4BC;
}
.BgClassName
{
background-color: #7BE4BC;
}
</style>
border-color css
<style>
span { border-color: #7BE4BC; }
span { border-color: rgb(123,228,188); }
td.TdClassName
{
border-color: #7BE4BC;
}
.TagClassName
{
border-color: #7BE4BC;
}
</style>