Shades of Bermuda #7BE0BC
Tints of Bermuda #7BE0BC
RGB
CMYK
RGB Variations
Color information
#7BE0BC (or 0x7BE0BC) is known color: Bermuda. HEX triplet: 7B, E0 and BC. RGB value is (123,224,188). Sum of RGB (Red+Green+Blue) = 123+224+188=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0BC is #841F43. Grayscale: #BDBDBD. Windows color (decimal): -8658756 or 12378235. OLE color: 12378235.
HSL color Cylindrical-coordinate representation of color #7BE0BC: hue angle of 158.61º 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 #7BE0BC is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 188 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.12 |
| HSL | 158.61º | 0.62% | 0.68% | - |
| HSV(B) | 158.61º | 0.45% | 0.88% | - |
| XYZ | 43.9 | 61.15 | 57.07 | - |
| YUV | 189.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 188 | 0.45 | 0 | 0.16 | 0.12 | 158.61 | 0.62 | 0.68 |
| Hex | 7B | E0 | BC | 2D | 0 | 10 | C | 9F | 3E | 44 |
| Octal | 173 | 340 | 274 | 55 | 0 | 20 | 14 | 237 | 76 | 104 |
| Binary | 1111011 | 11100000 | 10111100 | 101101 | 0 | 10000 | 1100 | 10011111 | 111110 | 1000100 |
Color Harmonies of #7BE0BC
Complementary color
Monochromatic Colors of #7BE0BC
Black with #7BE0BC
Text Example
Text Example
White with #7BE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0BC; }
p { color: rgb(123,224,188); }
H1.HeaderClassName
{
color: #7BE0BC;
}
.AnyTagClassName
{
color: #7BE0BC;
}
</style>
background-color css
<style>
a { background-color: #7BE0BC; }
a { background-color: rgb(123,224,188); }
div.DivClassName
{
background-color: #7BE0BC;
}
.BgClassName
{
background-color: #7BE0BC;
}
</style>
border-color css
<style>
span { border-color: #7BE0BC; }
span { border-color: rgb(123,224,188); }
td.TdClassName
{
border-color: #7BE0BC;
}
.TagClassName
{
border-color: #7BE0BC;
}
</style>