Shades of Bermuda #7ED2BC
Tints of Bermuda #7ED2BC
RGB
CMYK
RGB Variations
Color information
#7ED2BC (or 0x7ED2BC) is known color: Bermuda. HEX triplet: 7E, D2 and BC. RGB value is (126,210,188). Sum of RGB (Red+Green+Blue) = 126+210+188=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2BC is #812D43. Grayscale: #B6B6B6. Windows color (decimal): -8465732 or 12374654. OLE color: 12374654.
HSL color Cylindrical-coordinate representation of color #7ED2BC: hue angle of 164.29º 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 #7ED2BC is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 188 | - |
| CMYK | 0.4 | 0 | 0.10 | 0.18 |
| HSL | 164.29º | 0.48% | 0.66% | - |
| HSV(B) | 164.29º | 0.4% | 0.82% | - |
| XYZ | 40.73 | 54.16 | 55.88 | - |
| YUV | 182.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 188 | 0.4 | 0 | 0.10 | 0.18 | 164.29 | 0.48 | 0.66 |
| Hex | 7E | D2 | BC | 28 | 0 | A | 12 | A4 | 30 | 42 |
| Octal | 176 | 322 | 274 | 50 | 0 | 12 | 22 | 244 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10111100 | 101000 | 0 | 1010 | 10010 | 10100100 | 110000 | 1000010 |
Color Harmonies of #7ED2BC
Complementary color
Monochromatic Colors of #7ED2BC
Black with #7ED2BC
Text Example
Text Example
White with #7ED2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2BC; }
p { color: rgb(126,210,188); }
H1.HeaderClassName
{
color: #7ED2BC;
}
.AnyTagClassName
{
color: #7ED2BC;
}
</style>
background-color css
<style>
a { background-color: #7ED2BC; }
a { background-color: rgb(126,210,188); }
div.DivClassName
{
background-color: #7ED2BC;
}
.BgClassName
{
background-color: #7ED2BC;
}
</style>
border-color css
<style>
span { border-color: #7ED2BC; }
span { border-color: rgb(126,210,188); }
td.TdClassName
{
border-color: #7ED2BC;
}
.TagClassName
{
border-color: #7ED2BC;
}
</style>