Shades of Bermuda #7ED9B6
Tints of Bermuda #7ED9B6
RGB
CMYK
RGB Variations
Color information
#7ED9B6 (or 0x7ED9B6) is known color: Bermuda. HEX triplet: 7E, D9 and B6. RGB value is (126,217,182). Sum of RGB (Red+Green+Blue) = 126+217+182=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED9B6 is #812649. Grayscale: #B9B9B9. Windows color (decimal): -8463946 or 11983230. OLE color: 11983230.
HSL color Cylindrical-coordinate representation of color #7ED9B6: hue angle of 156.92º 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 #7ED9B6 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 182 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.15 |
| HSL | 156.92º | 0.54% | 0.67% | - |
| HSV(B) | 156.92º | 0.42% | 0.85% | - |
| XYZ | 41.86 | 57.44 | 53.14 | - |
| YUV | 185.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 182 | 0.42 | 0 | 0.16 | 0.15 | 156.92 | 0.54 | 0.67 |
| Hex | 7E | D9 | B6 | 2A | 0 | 10 | F | 9D | 36 | 43 |
| Octal | 176 | 331 | 266 | 52 | 0 | 20 | 17 | 235 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10110110 | 101010 | 0 | 10000 | 1111 | 10011101 | 110110 | 1000011 |
Color Harmonies of #7ED9B6
Complementary color
Monochromatic Colors of #7ED9B6
Black with #7ED9B6
Text Example
Text Example
White with #7ED9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED9B6; }
p { color: rgb(126,217,182); }
H1.HeaderClassName
{
color: #7ED9B6;
}
.AnyTagClassName
{
color: #7ED9B6;
}
</style>
background-color css
<style>
a { background-color: #7ED9B6; }
a { background-color: rgb(126,217,182); }
div.DivClassName
{
background-color: #7ED9B6;
}
.BgClassName
{
background-color: #7ED9B6;
}
</style>
border-color css
<style>
span { border-color: #7ED9B6; }
span { border-color: rgb(126,217,182); }
td.TdClassName
{
border-color: #7ED9B6;
}
.TagClassName
{
border-color: #7ED9B6;
}
</style>