Shades of Bermuda #7ED3BA
Tints of Bermuda #7ED3BA
RGB
CMYK
RGB Variations
Color information
#7ED3BA (or 0x7ED3BA) is known color: Bermuda. HEX triplet: 7E, D3 and BA. RGB value is (126,211,186). Sum of RGB (Red+Green+Blue) = 126+211+186=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3BA is #812C45. Grayscale: #B6B6B6. Windows color (decimal): -8465478 or 12243838. OLE color: 12243838.
HSL color Cylindrical-coordinate representation of color #7ED3BA: hue angle of 162.35º 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 #7ED3BA is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 186 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.17 |
| HSL | 162.35º | 0.49% | 0.66% | - |
| HSV(B) | 162.35º | 0.4% | 0.83% | - |
| XYZ | 40.76 | 54.57 | 54.84 | - |
| YUV | 182.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 186 | 0.40 | 0 | 0.12 | 0.17 | 162.35 | 0.49 | 0.66 |
| Hex | 7E | D3 | BA | 28 | 0 | C | 11 | A2 | 31 | 42 |
| Octal | 176 | 323 | 272 | 50 | 0 | 14 | 21 | 242 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10111010 | 101000 | 0 | 1100 | 10001 | 10100010 | 110001 | 1000010 |
Color Harmonies of #7ED3BA
Complementary color
Monochromatic Colors of #7ED3BA
Black with #7ED3BA
Text Example
Text Example
White with #7ED3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3BA; }
p { color: rgb(126,211,186); }
H1.HeaderClassName
{
color: #7ED3BA;
}
.AnyTagClassName
{
color: #7ED3BA;
}
</style>
background-color css
<style>
a { background-color: #7ED3BA; }
a { background-color: rgb(126,211,186); }
div.DivClassName
{
background-color: #7ED3BA;
}
.BgClassName
{
background-color: #7ED3BA;
}
</style>
border-color css
<style>
span { border-color: #7ED3BA; }
span { border-color: rgb(126,211,186); }
td.TdClassName
{
border-color: #7ED3BA;
}
.TagClassName
{
border-color: #7ED3BA;
}
</style>