Shades of Bermuda #7ED8BD
Tints of Bermuda #7ED8BD
RGB
CMYK
RGB Variations
Color information
#7ED8BD (or 0x7ED8BD) is known color: Bermuda. HEX triplet: 7E, D8 and BD. RGB value is (126,216,189). Sum of RGB (Red+Green+Blue) = 126+216+189=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8BD is #812742. Grayscale: #BABABA. Windows color (decimal): -8464195 or 12441726. OLE color: 12441726.
HSL color Cylindrical-coordinate representation of color #7ED8BD: hue angle of 162º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED8BD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 189 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.15 |
| HSL | 162º | 0.54% | 0.67% | - |
| HSV(B) | 162º | 0.42% | 0.85% | - |
| XYZ | 42.35 | 57.22 | 56.96 | - |
| YUV | 186.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 189 | 0.42 | 0 | 0.12 | 0.15 | 162 | 0.54 | 0.67 |
| Hex | 7E | D8 | BD | 2A | 0 | C | F | A2 | 36 | 43 |
| Octal | 176 | 330 | 275 | 52 | 0 | 14 | 17 | 242 | 66 | 103 |
| Binary | 1111110 | 11011000 | 10111101 | 101010 | 0 | 1100 | 1111 | 10100010 | 110110 | 1000011 |
Color Harmonies of #7ED8BD
Complementary color
Monochromatic Colors of #7ED8BD
Black with #7ED8BD
Text Example
Text Example
White with #7ED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED8BD; }
p { color: rgb(126,216,189); }
H1.HeaderClassName
{
color: #7ED8BD;
}
.AnyTagClassName
{
color: #7ED8BD;
}
</style>
background-color css
<style>
a { background-color: #7ED8BD; }
a { background-color: rgb(126,216,189); }
div.DivClassName
{
background-color: #7ED8BD;
}
.BgClassName
{
background-color: #7ED8BD;
}
</style>
border-color css
<style>
span { border-color: #7ED8BD; }
span { border-color: rgb(126,216,189); }
td.TdClassName
{
border-color: #7ED8BD;
}
.TagClassName
{
border-color: #7ED8BD;
}
</style>