Shades of Bermuda #7ED0BB
Tints of Bermuda #7ED0BB
RGB
CMYK
RGB Variations
Color information
#7ED0BB (or 0x7ED0BB) is known color: Bermuda. HEX triplet: 7E, D0 and BB. RGB value is (126,208,187). Sum of RGB (Red+Green+Blue) = 126+208+187=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0BB is #812F44. Grayscale: #B5B5B5. Windows color (decimal): -8466245 or 12308606. OLE color: 12308606.
HSL color Cylindrical-coordinate representation of color #7ED0BB: hue angle of 164.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0BB is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 187 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.18 |
| HSL | 164.63º | 0.47% | 0.65% | - |
| HSV(B) | 164.63º | 0.39% | 0.82% | - |
| XYZ | 40.13 | 53.14 | 55.15 | - |
| YUV | 181.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 187 | 0.39 | 0 | 0.10 | 0.18 | 164.63 | 0.47 | 0.65 |
| Hex | 7E | D0 | BB | 27 | 0 | A | 12 | A5 | 2F | 41 |
| Octal | 176 | 320 | 273 | 47 | 0 | 12 | 22 | 245 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10111011 | 100111 | 0 | 1010 | 10010 | 10100101 | 101111 | 1000001 |
Color Harmonies of #7ED0BB
Complementary color
Monochromatic Colors of #7ED0BB
Black with #7ED0BB
Text Example
Text Example
White with #7ED0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0BB; }
p { color: rgb(126,208,187); }
H1.HeaderClassName
{
color: #7ED0BB;
}
.AnyTagClassName
{
color: #7ED0BB;
}
</style>
background-color css
<style>
a { background-color: #7ED0BB; }
a { background-color: rgb(126,208,187); }
div.DivClassName
{
background-color: #7ED0BB;
}
.BgClassName
{
background-color: #7ED0BB;
}
</style>
border-color css
<style>
span { border-color: #7ED0BB; }
span { border-color: rgb(126,208,187); }
td.TdClassName
{
border-color: #7ED0BB;
}
.TagClassName
{
border-color: #7ED0BB;
}
</style>