Shades of Bermuda #7ED2BB
Tints of Bermuda #7ED2BB
RGB
CMYK
RGB Variations
Color information
#7ED2BB (or 0x7ED2BB) is known color: Bermuda. HEX triplet: 7E, D2 and BB. RGB value is (126,210,187). Sum of RGB (Red+Green+Blue) = 126+210+187=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2BB is #812D44. Grayscale: #B6B6B6. Windows color (decimal): -8465733 or 12309118. OLE color: 12309118.
HSL color Cylindrical-coordinate representation of color #7ED2BB: hue angle of 163.57º degrees, saturation: 0.48, 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 #7ED2BB is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 187 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.18 |
| HSL | 163.57º | 0.48% | 0.66% | - |
| HSV(B) | 163.57º | 0.4% | 0.82% | - |
| XYZ | 40.62 | 54.12 | 55.32 | - |
| YUV | 182.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 187 | 0.4 | 0 | 0.11 | 0.18 | 163.57 | 0.48 | 0.66 |
| Hex | 7E | D2 | BB | 28 | 0 | B | 12 | A4 | 30 | 42 |
| Octal | 176 | 322 | 273 | 50 | 0 | 13 | 22 | 244 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10111011 | 101000 | 0 | 1011 | 10010 | 10100100 | 110000 | 1000010 |
Color Harmonies of #7ED2BB
Complementary color
Monochromatic Colors of #7ED2BB
Black with #7ED2BB
Text Example
Text Example
White with #7ED2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2BB; }
p { color: rgb(126,210,187); }
H1.HeaderClassName
{
color: #7ED2BB;
}
.AnyTagClassName
{
color: #7ED2BB;
}
</style>
background-color css
<style>
a { background-color: #7ED2BB; }
a { background-color: rgb(126,210,187); }
div.DivClassName
{
background-color: #7ED2BB;
}
.BgClassName
{
background-color: #7ED2BB;
}
</style>
border-color css
<style>
span { border-color: #7ED2BB; }
span { border-color: rgb(126,210,187); }
td.TdClassName
{
border-color: #7ED2BB;
}
.TagClassName
{
border-color: #7ED2BB;
}
</style>