Shades of Bermuda #7EC5C6
Tints of Bermuda #7EC5C6
RGB
CMYK
RGB Variations
Color information
#7EC5C6 (or 0x7EC5C6) is known color: Bermuda. HEX triplet: 7E, C5 and C6. RGB value is (126,197,198). Sum of RGB (Red+Green+Blue) = 126+197+198=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #7EC5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5C6 is #813A39. Grayscale: #AFAFAF. Windows color (decimal): -8469050 or 13026686. OLE color: 13026686.
HSL color Cylindrical-coordinate representation of color #7EC5C6: hue angle of 180.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC5C6 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 197 | 198 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.22 |
| HSL | 180.83º | 0.39% | 0.64% | - |
| HSV(B) | 180.83º | 0.36% | 0.78% | - |
| XYZ | 38.76 | 48.45 | 60.73 | - |
| YUV | 175.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 198 | 0.36 | 0.01 | 0 | 0.22 | 180.83 | 0.39 | 0.64 |
| Hex | 7E | C5 | C6 | 24 | 1 | 0 | 16 | B5 | 27 | 40 |
| Octal | 176 | 305 | 306 | 44 | 1 | 0 | 26 | 265 | 47 | 100 |
| Binary | 1111110 | 11000101 | 11000110 | 100100 | 1 | 0 | 10110 | 10110101 | 100111 | 1000000 |
Color Harmonies of #7EC5C6
Complementary color
Monochromatic Colors of #7EC5C6
Black with #7EC5C6
Text Example
Text Example
White with #7EC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5C6; }
p { color: rgb(126,197,198); }
H1.HeaderClassName
{
color: #7EC5C6;
}
.AnyTagClassName
{
color: #7EC5C6;
}
</style>
background-color css
<style>
a { background-color: #7EC5C6; }
a { background-color: rgb(126,197,198); }
div.DivClassName
{
background-color: #7EC5C6;
}
.BgClassName
{
background-color: #7EC5C6;
}
</style>
border-color css
<style>
span { border-color: #7EC5C6; }
span { border-color: rgb(126,197,198); }
td.TdClassName
{
border-color: #7EC5C6;
}
.TagClassName
{
border-color: #7EC5C6;
}
</style>