Shades of Bermuda #7ED8BC
Tints of Bermuda #7ED8BC
RGB
CMYK
RGB Variations
Color information
#7ED8BC (or 0x7ED8BC) is known color: Bermuda. HEX triplet: 7E, D8 and BC. RGB value is (126,216,188). Sum of RGB (Red+Green+Blue) = 126+216+188=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8BC is #812743. Grayscale: #B9B9B9. Windows color (decimal): -8464196 or 12376190. OLE color: 12376190.
HSL color Cylindrical-coordinate representation of color #7ED8BC: hue angle of 161.33º 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 #7ED8BC is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 188 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.15 |
| HSL | 161.33º | 0.54% | 0.67% | - |
| HSV(B) | 161.33º | 0.42% | 0.85% | - |
| XYZ | 42.24 | 57.18 | 56.39 | - |
| YUV | 185.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 188 | 0.42 | 0 | 0.13 | 0.15 | 161.33 | 0.54 | 0.67 |
| Hex | 7E | D8 | BC | 2A | 0 | D | F | A1 | 36 | 43 |
| Octal | 176 | 330 | 274 | 52 | 0 | 15 | 17 | 241 | 66 | 103 |
| Binary | 1111110 | 11011000 | 10111100 | 101010 | 0 | 1101 | 1111 | 10100001 | 110110 | 1000011 |
Color Harmonies of #7ED8BC
Complementary color
Monochromatic Colors of #7ED8BC
Black with #7ED8BC
Text Example
Text Example
White with #7ED8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED8BC; }
p { color: rgb(126,216,188); }
H1.HeaderClassName
{
color: #7ED8BC;
}
.AnyTagClassName
{
color: #7ED8BC;
}
</style>
background-color css
<style>
a { background-color: #7ED8BC; }
a { background-color: rgb(126,216,188); }
div.DivClassName
{
background-color: #7ED8BC;
}
.BgClassName
{
background-color: #7ED8BC;
}
</style>
border-color css
<style>
span { border-color: #7ED8BC; }
span { border-color: rgb(126,216,188); }
td.TdClassName
{
border-color: #7ED8BC;
}
.TagClassName
{
border-color: #7ED8BC;
}
</style>