Shades of Bermuda #7ED3BE
Tints of Bermuda #7ED3BE
RGB
CMYK
RGB Variations
Color information
#7ED3BE (or 0x7ED3BE) is known color: Bermuda. HEX triplet: 7E, D3 and BE. RGB value is (126,211,190). Sum of RGB (Red+Green+Blue) = 126+211+190=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3BE is #812C41. Grayscale: #B7B7B7. Windows color (decimal): -8465474 or 12505982. OLE color: 12505982.
HSL color Cylindrical-coordinate representation of color #7ED3BE: hue angle of 165.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3BE is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 190 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.17 |
| HSL | 165.18º | 0.49% | 0.66% | - |
| HSV(B) | 165.18º | 0.4% | 0.83% | - |
| XYZ | 41.19 | 54.74 | 57.11 | - |
| YUV | 183.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 190 | 0.40 | 0 | 0.10 | 0.17 | 165.18 | 0.49 | 0.66 |
| Hex | 7E | D3 | BE | 28 | 0 | A | 11 | A5 | 31 | 42 |
| Octal | 176 | 323 | 276 | 50 | 0 | 12 | 21 | 245 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10111110 | 101000 | 0 | 1010 | 10001 | 10100101 | 110001 | 1000010 |
Color Harmonies of #7ED3BE
Complementary color
Monochromatic Colors of #7ED3BE
Black with #7ED3BE
Text Example
Text Example
White with #7ED3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3BE; }
p { color: rgb(126,211,190); }
H1.HeaderClassName
{
color: #7ED3BE;
}
.AnyTagClassName
{
color: #7ED3BE;
}
</style>
background-color css
<style>
a { background-color: #7ED3BE; }
a { background-color: rgb(126,211,190); }
div.DivClassName
{
background-color: #7ED3BE;
}
.BgClassName
{
background-color: #7ED3BE;
}
</style>
border-color css
<style>
span { border-color: #7ED3BE; }
span { border-color: rgb(126,211,190); }
td.TdClassName
{
border-color: #7ED3BE;
}
.TagClassName
{
border-color: #7ED3BE;
}
</style>