Shades of Bermuda #7BE2BD
Tints of Bermuda #7BE2BD
RGB
CMYK
RGB Variations
Color information
#7BE2BD (or 0x7BE2BD) is known color: Bermuda. HEX triplet: 7B, E2 and BD. RGB value is (123,226,189). Sum of RGB (Red+Green+Blue) = 123+226+189=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE2BD is #841D42. Grayscale: #BFBFBF. Windows color (decimal): -8658243 or 12444283. OLE color: 12444283.
HSL color Cylindrical-coordinate representation of color #7BE2BD: hue angle of 158.45º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE2BD is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 226 | 189 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.11 |
| HSL | 158.45º | 0.64% | 0.68% | - |
| HSV(B) | 158.45º | 0.46% | 0.89% | - |
| XYZ | 44.55 | 62.28 | 57.82 | - |
| YUV | 190.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 226 | 189 | 0.46 | 0 | 0.16 | 0.11 | 158.45 | 0.64 | 0.68 |
| Hex | 7B | E2 | BD | 2E | 0 | 10 | B | 9E | 40 | 44 |
| Octal | 173 | 342 | 275 | 56 | 0 | 20 | 13 | 236 | 100 | 104 |
| Binary | 1111011 | 11100010 | 10111101 | 101110 | 0 | 10000 | 1011 | 10011110 | 1000000 | 1000100 |
Color Harmonies of #7BE2BD
Complementary color
Monochromatic Colors of #7BE2BD
Black with #7BE2BD
Text Example
Text Example
White with #7BE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE2BD; }
p { color: rgb(123,226,189); }
H1.HeaderClassName
{
color: #7BE2BD;
}
.AnyTagClassName
{
color: #7BE2BD;
}
</style>
background-color css
<style>
a { background-color: #7BE2BD; }
a { background-color: rgb(123,226,189); }
div.DivClassName
{
background-color: #7BE2BD;
}
.BgClassName
{
background-color: #7BE2BD;
}
</style>
border-color css
<style>
span { border-color: #7BE2BD; }
span { border-color: rgb(123,226,189); }
td.TdClassName
{
border-color: #7BE2BD;
}
.TagClassName
{
border-color: #7BE2BD;
}
</style>