Shades of Bermuda #7ED9BD
Tints of Bermuda #7ED9BD
RGB
CMYK
RGB Variations
Color information
#7ED9BD (or 0x7ED9BD) is known color: Bermuda. HEX triplet: 7E, D9 and BD. RGB value is (126,217,189). Sum of RGB (Red+Green+Blue) = 126+217+189=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED9BD is #812642. Grayscale: #BABABA. Windows color (decimal): -8463939 or 12441982. OLE color: 12441982.
HSL color Cylindrical-coordinate representation of color #7ED9BD: hue angle of 161.54º 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 #7ED9BD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 189 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.15 |
| HSL | 161.54º | 0.54% | 0.67% | - |
| HSV(B) | 161.54º | 0.42% | 0.85% | - |
| XYZ | 42.6 | 57.74 | 57.04 | - |
| YUV | 186.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 189 | 0.42 | 0 | 0.13 | 0.15 | 161.54 | 0.54 | 0.67 |
| Hex | 7E | D9 | BD | 2A | 0 | D | F | A2 | 36 | 43 |
| Octal | 176 | 331 | 275 | 52 | 0 | 15 | 17 | 242 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10111101 | 101010 | 0 | 1101 | 1111 | 10100010 | 110110 | 1000011 |
Color Harmonies of #7ED9BD
Complementary color
Monochromatic Colors of #7ED9BD
Black with #7ED9BD
Text Example
Text Example
White with #7ED9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED9BD; }
p { color: rgb(126,217,189); }
H1.HeaderClassName
{
color: #7ED9BD;
}
.AnyTagClassName
{
color: #7ED9BD;
}
</style>
background-color css
<style>
a { background-color: #7ED9BD; }
a { background-color: rgb(126,217,189); }
div.DivClassName
{
background-color: #7ED9BD;
}
.BgClassName
{
background-color: #7ED9BD;
}
</style>
border-color css
<style>
span { border-color: #7ED9BD; }
span { border-color: rgb(126,217,189); }
td.TdClassName
{
border-color: #7ED9BD;
}
.TagClassName
{
border-color: #7ED9BD;
}
</style>