Shades of Bermuda #7EDCBD
Tints of Bermuda #7EDCBD
RGB
CMYK
RGB Variations
Color information
#7EDCBD (or 0x7EDCBD) is known color: Bermuda. HEX triplet: 7E, DC and BD. RGB value is (126,220,189). Sum of RGB (Red+Green+Blue) = 126+220+189=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCBD is #812342. Grayscale: #BCBCBC. Windows color (decimal): -8463171 or 12442750. OLE color: 12442750.
HSL color Cylindrical-coordinate representation of color #7EDCBD: hue angle of 160.21º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDCBD is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 189 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.14 |
| HSL | 160.21º | 0.57% | 0.68% | - |
| HSV(B) | 160.21º | 0.43% | 0.86% | - |
| XYZ | 43.38 | 59.3 | 57.3 | - |
| YUV | 188.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 189 | 0.43 | 0 | 0.14 | 0.14 | 160.21 | 0.57 | 0.68 |
| Hex | 7E | DC | BD | 2B | 0 | E | E | A0 | 39 | 44 |
| Octal | 176 | 334 | 275 | 53 | 0 | 16 | 16 | 240 | 71 | 104 |
| Binary | 1111110 | 11011100 | 10111101 | 101011 | 0 | 1110 | 1110 | 10100000 | 111001 | 1000100 |
Color Harmonies of #7EDCBD
Complementary color
Monochromatic Colors of #7EDCBD
Black with #7EDCBD
Text Example
Text Example
White with #7EDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDCBD; }
p { color: rgb(126,220,189); }
H1.HeaderClassName
{
color: #7EDCBD;
}
.AnyTagClassName
{
color: #7EDCBD;
}
</style>
background-color css
<style>
a { background-color: #7EDCBD; }
a { background-color: rgb(126,220,189); }
div.DivClassName
{
background-color: #7EDCBD;
}
.BgClassName
{
background-color: #7EDCBD;
}
</style>
border-color css
<style>
span { border-color: #7EDCBD; }
span { border-color: rgb(126,220,189); }
td.TdClassName
{
border-color: #7EDCBD;
}
.TagClassName
{
border-color: #7EDCBD;
}
</style>