Shades of Bermuda #7EDCC0
Tints of Bermuda #7EDCC0
RGB
CMYK
RGB Variations
Color information
#7EDCC0 (or 0x7EDCC0) is known color: Bermuda. HEX triplet: 7E, DC and C0. RGB value is (126,220,192). Sum of RGB (Red+Green+Blue) = 126+220+192=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCC0 is #81233F. Grayscale: #BCBCBC. Windows color (decimal): -8463168 or 12639358. OLE color: 12639358.
HSL color Cylindrical-coordinate representation of color #7EDCC0: hue angle of 162.13º 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 #7EDCC0 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 192 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.14 |
| HSL | 162.13º | 0.57% | 0.68% | - |
| HSV(B) | 162.13º | 0.43% | 0.86% | - |
| XYZ | 43.71 | 59.43 | 59.04 | - |
| YUV | 188.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 192 | 0.43 | 0 | 0.13 | 0.14 | 162.13 | 0.57 | 0.68 |
| Hex | 7E | DC | C0 | 2B | 0 | D | E | A2 | 39 | 44 |
| Octal | 176 | 334 | 300 | 53 | 0 | 15 | 16 | 242 | 71 | 104 |
| Binary | 1111110 | 11011100 | 11000000 | 101011 | 0 | 1101 | 1110 | 10100010 | 111001 | 1000100 |
Color Harmonies of #7EDCC0
Complementary color
Monochromatic Colors of #7EDCC0
Black with #7EDCC0
Text Example
Text Example
White with #7EDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDCC0; }
p { color: rgb(126,220,192); }
H1.HeaderClassName
{
color: #7EDCC0;
}
.AnyTagClassName
{
color: #7EDCC0;
}
</style>
background-color css
<style>
a { background-color: #7EDCC0; }
a { background-color: rgb(126,220,192); }
div.DivClassName
{
background-color: #7EDCC0;
}
.BgClassName
{
background-color: #7EDCC0;
}
</style>
border-color css
<style>
span { border-color: #7EDCC0; }
span { border-color: rgb(126,220,192); }
td.TdClassName
{
border-color: #7EDCC0;
}
.TagClassName
{
border-color: #7EDCC0;
}
</style>