Shades of Bermuda #7ECEBB
Tints of Bermuda #7ECEBB
RGB
CMYK
RGB Variations
Color information
#7ECEBB (or 0x7ECEBB) is known color: Bermuda. HEX triplet: 7E, CE and BB. RGB value is (126,206,187). Sum of RGB (Red+Green+Blue) = 126+206+187=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEBB is #813144. Grayscale: #B3B3B3. Windows color (decimal): -8466757 or 12308094. OLE color: 12308094.
HSL color Cylindrical-coordinate representation of color #7ECEBB: hue angle of 165.75º 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 #7ECEBB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 187 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.19 |
| HSL | 165.75º | 0.45% | 0.65% | - |
| HSV(B) | 165.75º | 0.39% | 0.81% | - |
| XYZ | 39.65 | 52.17 | 54.99 | - |
| YUV | 179.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 187 | 0.39 | 0 | 0.09 | 0.19 | 165.75 | 0.45 | 0.65 |
| Hex | 7E | CE | BB | 27 | 0 | 9 | 13 | A6 | 2D | 41 |
| Octal | 176 | 316 | 273 | 47 | 0 | 11 | 23 | 246 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10111011 | 100111 | 0 | 1001 | 10011 | 10100110 | 101101 | 1000001 |
Color Harmonies of #7ECEBB
Complementary color
Monochromatic Colors of #7ECEBB
Black with #7ECEBB
Text Example
Text Example
White with #7ECEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEBB; }
p { color: rgb(126,206,187); }
H1.HeaderClassName
{
color: #7ECEBB;
}
.AnyTagClassName
{
color: #7ECEBB;
}
</style>
background-color css
<style>
a { background-color: #7ECEBB; }
a { background-color: rgb(126,206,187); }
div.DivClassName
{
background-color: #7ECEBB;
}
.BgClassName
{
background-color: #7ECEBB;
}
</style>
border-color css
<style>
span { border-color: #7ECEBB; }
span { border-color: rgb(126,206,187); }
td.TdClassName
{
border-color: #7ECEBB;
}
.TagClassName
{
border-color: #7ECEBB;
}
</style>