Shades of Bermuda #7ED2B9
Tints of Bermuda #7ED2B9
RGB
CMYK
RGB Variations
Color information
#7ED2B9 (or 0x7ED2B9) is known color: Bermuda. HEX triplet: 7E, D2 and B9. RGB value is (126,210,185). Sum of RGB (Red+Green+Blue) = 126+210+185=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2B9 is #812D46. Grayscale: #B6B6B6. Windows color (decimal): -8465735 or 12178046. OLE color: 12178046.
HSL color Cylindrical-coordinate representation of color #7ED2B9: hue angle of 162.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED2B9 is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 185 | - |
| CMYK | 0.4 | 0 | 0.12 | 0.18 |
| HSL | 162.14º | 0.48% | 0.66% | - |
| HSV(B) | 162.14º | 0.4% | 0.82% | - |
| XYZ | 40.41 | 54.03 | 54.2 | - |
| YUV | 182.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 185 | 0.4 | 0 | 0.12 | 0.18 | 162.14 | 0.48 | 0.66 |
| Hex | 7E | D2 | B9 | 28 | 0 | C | 12 | A2 | 30 | 42 |
| Octal | 176 | 322 | 271 | 50 | 0 | 14 | 22 | 242 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10111001 | 101000 | 0 | 1100 | 10010 | 10100010 | 110000 | 1000010 |
Color Harmonies of #7ED2B9
Complementary color
Monochromatic Colors of #7ED2B9
Black with #7ED2B9
Text Example
Text Example
White with #7ED2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2B9; }
p { color: rgb(126,210,185); }
H1.HeaderClassName
{
color: #7ED2B9;
}
.AnyTagClassName
{
color: #7ED2B9;
}
</style>
background-color css
<style>
a { background-color: #7ED2B9; }
a { background-color: rgb(126,210,185); }
div.DivClassName
{
background-color: #7ED2B9;
}
.BgClassName
{
background-color: #7ED2B9;
}
</style>
border-color css
<style>
span { border-color: #7ED2B9; }
span { border-color: rgb(126,210,185); }
td.TdClassName
{
border-color: #7ED2B9;
}
.TagClassName
{
border-color: #7ED2B9;
}
</style>