Shades of Bermuda #7ECFC5
Tints of Bermuda #7ECFC5
RGB
CMYK
RGB Variations
Color information
#7ECFC5 (or 0x7ECFC5) is known color: Bermuda. HEX triplet: 7E, CF and C5. RGB value is (126,207,197). Sum of RGB (Red+Green+Blue) = 126+207+197=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFC5 is #81303A. Grayscale: #B5B5B5. Windows color (decimal): -8466491 or 12963710. OLE color: 12963710.
HSL color Cylindrical-coordinate representation of color #7ECFC5: hue angle of 172.59º degrees, saturation: 0.46, 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 #7ECFC5 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 197 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.19 |
| HSL | 172.59º | 0.46% | 0.65% | - |
| HSV(B) | 172.59º | 0.39% | 0.81% | - |
| XYZ | 41 | 53.09 | 60.91 | - |
| YUV | 181.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 197 | 0.39 | 0 | 0.05 | 0.19 | 172.59 | 0.46 | 0.65 |
| Hex | 7E | CF | C5 | 27 | 0 | 5 | 13 | AD | 2E | 41 |
| Octal | 176 | 317 | 305 | 47 | 0 | 5 | 23 | 255 | 56 | 101 |
| Binary | 1111110 | 11001111 | 11000101 | 100111 | 0 | 101 | 10011 | 10101101 | 101110 | 1000001 |
Color Harmonies of #7ECFC5
Complementary color
Monochromatic Colors of #7ECFC5
Black with #7ECFC5
Text Example
Text Example
White with #7ECFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECFC5; }
p { color: rgb(126,207,197); }
H1.HeaderClassName
{
color: #7ECFC5;
}
.AnyTagClassName
{
color: #7ECFC5;
}
</style>
background-color css
<style>
a { background-color: #7ECFC5; }
a { background-color: rgb(126,207,197); }
div.DivClassName
{
background-color: #7ECFC5;
}
.BgClassName
{
background-color: #7ECFC5;
}
</style>
border-color css
<style>
span { border-color: #7ECFC5; }
span { border-color: rgb(126,207,197); }
td.TdClassName
{
border-color: #7ECFC5;
}
.TagClassName
{
border-color: #7ECFC5;
}
</style>