Shades of Bermuda #7EDBBC
Tints of Bermuda #7EDBBC
RGB
CMYK
RGB Variations
Color information
#7EDBBC (or 0x7EDBBC) is known color: Bermuda. HEX triplet: 7E, DB and BC. RGB value is (126,219,188). Sum of RGB (Red+Green+Blue) = 126+219+188=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBBC is #812443. Grayscale: #BBBBBB. Windows color (decimal): -8463428 or 12376958. OLE color: 12376958.
HSL color Cylindrical-coordinate representation of color #7EDBBC: hue angle of 160º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBBC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 188 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.14 |
| HSL | 160º | 0.56% | 0.68% | - |
| HSV(B) | 160º | 0.42% | 0.86% | - |
| XYZ | 43.01 | 58.73 | 56.65 | - |
| YUV | 187.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 188 | 0.42 | 0 | 0.14 | 0.14 | 160 | 0.56 | 0.68 |
| Hex | 7E | DB | BC | 2A | 0 | E | E | A0 | 38 | 44 |
| Octal | 176 | 333 | 274 | 52 | 0 | 16 | 16 | 240 | 70 | 104 |
| Binary | 1111110 | 11011011 | 10111100 | 101010 | 0 | 1110 | 1110 | 10100000 | 111000 | 1000100 |
Color Harmonies of #7EDBBC
Complementary color
Monochromatic Colors of #7EDBBC
Black with #7EDBBC
Text Example
Text Example
White with #7EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDBBC; }
p { color: rgb(126,219,188); }
H1.HeaderClassName
{
color: #7EDBBC;
}
.AnyTagClassName
{
color: #7EDBBC;
}
</style>
background-color css
<style>
a { background-color: #7EDBBC; }
a { background-color: rgb(126,219,188); }
div.DivClassName
{
background-color: #7EDBBC;
}
.BgClassName
{
background-color: #7EDBBC;
}
</style>
border-color css
<style>
span { border-color: #7EDBBC; }
span { border-color: rgb(126,219,188); }
td.TdClassName
{
border-color: #7EDBBC;
}
.TagClassName
{
border-color: #7EDBBC;
}
</style>