Shades of Bermuda #7ED9BF
Tints of Bermuda #7ED9BF
RGB
CMYK
RGB Variations
Color information
#7ED9BF (or 0x7ED9BF) is known color: Bermuda. HEX triplet: 7E, D9 and BF. RGB value is (126,217,191). Sum of RGB (Red+Green+Blue) = 126+217+191=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED9BF is #812640. Grayscale: #BABABA. Windows color (decimal): -8463937 or 12573054. OLE color: 12573054.
HSL color Cylindrical-coordinate representation of color #7ED9BF: hue angle of 162.86º 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 #7ED9BF is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 191 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.15 |
| HSL | 162.86º | 0.54% | 0.67% | - |
| HSV(B) | 162.86º | 0.42% | 0.85% | - |
| XYZ | 42.82 | 57.82 | 58.19 | - |
| YUV | 186.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 191 | 0.42 | 0 | 0.12 | 0.15 | 162.86 | 0.54 | 0.67 |
| Hex | 7E | D9 | BF | 2A | 0 | C | F | A3 | 36 | 43 |
| Octal | 176 | 331 | 277 | 52 | 0 | 14 | 17 | 243 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10111111 | 101010 | 0 | 1100 | 1111 | 10100011 | 110110 | 1000011 |
Color Harmonies of #7ED9BF
Complementary color
Monochromatic Colors of #7ED9BF
Black with #7ED9BF
Text Example
Text Example
White with #7ED9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED9BF; }
p { color: rgb(126,217,191); }
H1.HeaderClassName
{
color: #7ED9BF;
}
.AnyTagClassName
{
color: #7ED9BF;
}
</style>
background-color css
<style>
a { background-color: #7ED9BF; }
a { background-color: rgb(126,217,191); }
div.DivClassName
{
background-color: #7ED9BF;
}
.BgClassName
{
background-color: #7ED9BF;
}
</style>
border-color css
<style>
span { border-color: #7ED9BF; }
span { border-color: rgb(126,217,191); }
td.TdClassName
{
border-color: #7ED9BF;
}
.TagClassName
{
border-color: #7ED9BF;
}
</style>