Shades of Bermuda #7ECCBC
Tints of Bermuda #7ECCBC
RGB
CMYK
RGB Variations
Color information
#7ECCBC (or 0x7ECCBC) is known color: Bermuda. HEX triplet: 7E, CC and BC. RGB value is (126,204,188). Sum of RGB (Red+Green+Blue) = 126+204+188=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCBC is #813343. Grayscale: #B2B2B2. Windows color (decimal): -8467268 or 12373118. OLE color: 12373118.
HSL color Cylindrical-coordinate representation of color #7ECCBC: hue angle of 167.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCBC is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 188 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.2 |
| HSL | 167.69º | 0.43% | 0.65% | - |
| HSV(B) | 167.69º | 0.38% | 0.8% | - |
| XYZ | 39.27 | 51.25 | 55.4 | - |
| YUV | 178.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 188 | 0.38 | 0 | 0.08 | 0.2 | 167.69 | 0.43 | 0.65 |
| Hex | 7E | CC | BC | 26 | 0 | 8 | 14 | A8 | 2B | 41 |
| Octal | 176 | 314 | 274 | 46 | 0 | 10 | 24 | 250 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10111100 | 100110 | 0 | 1000 | 10100 | 10101000 | 101011 | 1000001 |
Color Harmonies of #7ECCBC
Complementary color
Monochromatic Colors of #7ECCBC
Black with #7ECCBC
Text Example
Text Example
White with #7ECCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECCBC; }
p { color: rgb(126,204,188); }
H1.HeaderClassName
{
color: #7ECCBC;
}
.AnyTagClassName
{
color: #7ECCBC;
}
</style>
background-color css
<style>
a { background-color: #7ECCBC; }
a { background-color: rgb(126,204,188); }
div.DivClassName
{
background-color: #7ECCBC;
}
.BgClassName
{
background-color: #7ECCBC;
}
</style>
border-color css
<style>
span { border-color: #7ECCBC; }
span { border-color: rgb(126,204,188); }
td.TdClassName
{
border-color: #7ECCBC;
}
.TagClassName
{
border-color: #7ECCBC;
}
</style>