Shades of Bermuda #7ED1BC
Tints of Bermuda #7ED1BC
RGB
CMYK
RGB Variations
Color information
#7ED1BC (or 0x7ED1BC) is known color: Bermuda. HEX triplet: 7E, D1 and BC. RGB value is (126,209,188). Sum of RGB (Red+Green+Blue) = 126+209+188=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED1BC is #812E43. Grayscale: #B5B5B5. Windows color (decimal): -8465988 or 12374398. OLE color: 12374398.
HSL color Cylindrical-coordinate representation of color #7ED1BC: hue angle of 164.82º degrees, saturation: 0.47, 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 #7ED1BC is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 188 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.18 |
| HSL | 164.82º | 0.47% | 0.66% | - |
| HSV(B) | 164.82º | 0.4% | 0.82% | - |
| XYZ | 40.48 | 53.67 | 55.8 | - |
| YUV | 181.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 188 | 0.40 | 0 | 0.10 | 0.18 | 164.82 | 0.47 | 0.66 |
| Hex | 7E | D1 | BC | 28 | 0 | A | 12 | A5 | 2F | 42 |
| Octal | 176 | 321 | 274 | 50 | 0 | 12 | 22 | 245 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10111100 | 101000 | 0 | 1010 | 10010 | 10100101 | 101111 | 1000010 |
Color Harmonies of #7ED1BC
Complementary color
Monochromatic Colors of #7ED1BC
Black with #7ED1BC
Text Example
Text Example
White with #7ED1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED1BC; }
p { color: rgb(126,209,188); }
H1.HeaderClassName
{
color: #7ED1BC;
}
.AnyTagClassName
{
color: #7ED1BC;
}
</style>
background-color css
<style>
a { background-color: #7ED1BC; }
a { background-color: rgb(126,209,188); }
div.DivClassName
{
background-color: #7ED1BC;
}
.BgClassName
{
background-color: #7ED1BC;
}
</style>
border-color css
<style>
span { border-color: #7ED1BC; }
span { border-color: rgb(126,209,188); }
td.TdClassName
{
border-color: #7ED1BC;
}
.TagClassName
{
border-color: #7ED1BC;
}
</style>