Shades of Bermuda #7EDDB5
Tints of Bermuda #7EDDB5
RGB
CMYK
RGB Variations
Color information
#7EDDB5 (or 0x7EDDB5) is known color: Bermuda. HEX triplet: 7E, DD and B5. RGB value is (126,221,181). Sum of RGB (Red+Green+Blue) = 126+221+181=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDB5 is #81224A. Grayscale: #BCBCBC. Windows color (decimal): -8462923 or 11918718. OLE color: 11918718.
HSL color Cylindrical-coordinate representation of color #7EDDB5: hue angle of 154.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDB5 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 181 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.13 |
| HSL | 154.74º | 0.58% | 0.68% | - |
| HSV(B) | 154.74º | 0.43% | 0.87% | - |
| XYZ | 42.8 | 59.48 | 52.94 | - |
| YUV | 188.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 181 | 0.43 | 0 | 0.18 | 0.13 | 154.74 | 0.58 | 0.68 |
| Hex | 7E | DD | B5 | 2B | 0 | 12 | D | 9B | 3A | 44 |
| Octal | 176 | 335 | 265 | 53 | 0 | 22 | 15 | 233 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10110101 | 101011 | 0 | 10010 | 1101 | 10011011 | 111010 | 1000100 |
Color Harmonies of #7EDDB5
Complementary color
Monochromatic Colors of #7EDDB5
Black with #7EDDB5
Text Example
Text Example
White with #7EDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDB5; }
p { color: rgb(126,221,181); }
H1.HeaderClassName
{
color: #7EDDB5;
}
.AnyTagClassName
{
color: #7EDDB5;
}
</style>
background-color css
<style>
a { background-color: #7EDDB5; }
a { background-color: rgb(126,221,181); }
div.DivClassName
{
background-color: #7EDDB5;
}
.BgClassName
{
background-color: #7EDDB5;
}
</style>
border-color css
<style>
span { border-color: #7EDDB5; }
span { border-color: rgb(126,221,181); }
td.TdClassName
{
border-color: #7EDDB5;
}
.TagClassName
{
border-color: #7EDDB5;
}
</style>