Shades of Bermuda #7ED9BC
Tints of Bermuda #7ED9BC
RGB
CMYK
RGB Variations
Color information
#7ED9BC (or 0x7ED9BC) is known color: Bermuda. HEX triplet: 7E, D9 and BC. RGB value is (126,217,188). Sum of RGB (Red+Green+Blue) = 126+217+188=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED9BC is #812643. Grayscale: #BABABA. Windows color (decimal): -8463940 or 12376446. OLE color: 12376446.
HSL color Cylindrical-coordinate representation of color #7ED9BC: hue angle of 160.88º 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 #7ED9BC is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 188 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.15 |
| HSL | 160.88º | 0.54% | 0.67% | - |
| HSV(B) | 160.88º | 0.42% | 0.85% | - |
| XYZ | 42.49 | 57.69 | 56.47 | - |
| YUV | 186.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 188 | 0.42 | 0 | 0.13 | 0.15 | 160.88 | 0.54 | 0.67 |
| Hex | 7E | D9 | BC | 2A | 0 | D | F | A1 | 36 | 43 |
| Octal | 176 | 331 | 274 | 52 | 0 | 15 | 17 | 241 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10111100 | 101010 | 0 | 1101 | 1111 | 10100001 | 110110 | 1000011 |
Color Harmonies of #7ED9BC
Complementary color
Monochromatic Colors of #7ED9BC
Black with #7ED9BC
Text Example
Text Example
White with #7ED9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED9BC; }
p { color: rgb(126,217,188); }
H1.HeaderClassName
{
color: #7ED9BC;
}
.AnyTagClassName
{
color: #7ED9BC;
}
</style>
background-color css
<style>
a { background-color: #7ED9BC; }
a { background-color: rgb(126,217,188); }
div.DivClassName
{
background-color: #7ED9BC;
}
.BgClassName
{
background-color: #7ED9BC;
}
</style>
border-color css
<style>
span { border-color: #7ED9BC; }
span { border-color: rgb(126,217,188); }
td.TdClassName
{
border-color: #7ED9BC;
}
.TagClassName
{
border-color: #7ED9BC;
}
</style>