Shades of Bermuda #7EDFBC
Tints of Bermuda #7EDFBC
RGB
CMYK
RGB Variations
Color information
#7EDFBC (or 0x7EDFBC) is known color: Bermuda. HEX triplet: 7E, DF and BC. RGB value is (126,223,188). Sum of RGB (Red+Green+Blue) = 126+223+188=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFBC is #812043. Grayscale: #BEBEBE. Windows color (decimal): -8462404 or 12377982. OLE color: 12377982.
HSL color Cylindrical-coordinate representation of color #7EDFBC: hue angle of 158.35º degrees, saturation: 0.6, 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 #7EDFBC is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 188 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.13 |
| HSL | 158.35º | 0.6% | 0.68% | - |
| HSV(B) | 158.35º | 0.43% | 0.87% | - |
| XYZ | 44.07 | 60.84 | 57 | - |
| YUV | 190.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 188 | 0.43 | 0 | 0.16 | 0.13 | 158.35 | 0.6 | 0.68 |
| Hex | 7E | DF | BC | 2B | 0 | 10 | D | 9E | 3C | 44 |
| Octal | 176 | 337 | 274 | 53 | 0 | 20 | 15 | 236 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10111100 | 101011 | 0 | 10000 | 1101 | 10011110 | 111100 | 1000100 |
Color Harmonies of #7EDFBC
Complementary color
Monochromatic Colors of #7EDFBC
Black with #7EDFBC
Text Example
Text Example
White with #7EDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFBC; }
p { color: rgb(126,223,188); }
H1.HeaderClassName
{
color: #7EDFBC;
}
.AnyTagClassName
{
color: #7EDFBC;
}
</style>
background-color css
<style>
a { background-color: #7EDFBC; }
a { background-color: rgb(126,223,188); }
div.DivClassName
{
background-color: #7EDFBC;
}
.BgClassName
{
background-color: #7EDFBC;
}
</style>
border-color css
<style>
span { border-color: #7EDFBC; }
span { border-color: rgb(126,223,188); }
td.TdClassName
{
border-color: #7EDFBC;
}
.TagClassName
{
border-color: #7EDFBC;
}
</style>