Shades of Bermuda #7ECEBC
Tints of Bermuda #7ECEBC
RGB
CMYK
RGB Variations
Color information
#7ECEBC (or 0x7ECEBC) is known color: Bermuda. HEX triplet: 7E, CE and BC. RGB value is (126,206,188). Sum of RGB (Red+Green+Blue) = 126+206+188=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEBC is #813143. Grayscale: #B4B4B4. Windows color (decimal): -8466756 or 12373630. OLE color: 12373630.
HSL color Cylindrical-coordinate representation of color #7ECEBC: hue angle of 166.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEBC is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 188 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.19 |
| HSL | 166.5º | 0.45% | 0.65% | - |
| HSV(B) | 166.5º | 0.39% | 0.81% | - |
| XYZ | 39.75 | 52.21 | 55.56 | - |
| YUV | 180.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 188 | 0.39 | 0 | 0.09 | 0.19 | 166.5 | 0.45 | 0.65 |
| Hex | 7E | CE | BC | 27 | 0 | 9 | 13 | A6 | 2D | 41 |
| Octal | 176 | 316 | 274 | 47 | 0 | 11 | 23 | 246 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10111100 | 100111 | 0 | 1001 | 10011 | 10100110 | 101101 | 1000001 |
Color Harmonies of #7ECEBC
Complementary color
Monochromatic Colors of #7ECEBC
Black with #7ECEBC
Text Example
Text Example
White with #7ECEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEBC; }
p { color: rgb(126,206,188); }
H1.HeaderClassName
{
color: #7ECEBC;
}
.AnyTagClassName
{
color: #7ECEBC;
}
</style>
background-color css
<style>
a { background-color: #7ECEBC; }
a { background-color: rgb(126,206,188); }
div.DivClassName
{
background-color: #7ECEBC;
}
.BgClassName
{
background-color: #7ECEBC;
}
</style>
border-color css
<style>
span { border-color: #7ECEBC; }
span { border-color: rgb(126,206,188); }
td.TdClassName
{
border-color: #7ECEBC;
}
.TagClassName
{
border-color: #7ECEBC;
}
</style>