Shades of Bermuda #7ECAC0
Tints of Bermuda #7ECAC0
RGB
CMYK
RGB Variations
Color information
#7ECAC0 (or 0x7ECAC0) is known color: Bermuda. HEX triplet: 7E, CA and C0. RGB value is (126,202,192). Sum of RGB (Red+Green+Blue) = 126+202+192=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC0 is #81353F. Grayscale: #B2B2B2. Windows color (decimal): -8467776 or 12634750. OLE color: 12634750.
HSL color Cylindrical-coordinate representation of color #7ECAC0: hue angle of 172.11º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 202 | 192 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.21 |
| HSL | 172.11º | 0.42% | 0.64% | - |
| HSV(B) | 172.11º | 0.38% | 0.79% | - |
| XYZ | 39.24 | 50.48 | 57.55 | - |
| YUV | 178.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 192 | 0.38 | 0 | 0.05 | 0.21 | 172.11 | 0.42 | 0.64 |
| Hex | 7E | CA | C0 | 26 | 0 | 5 | 15 | AC | 2A | 40 |
| Octal | 176 | 312 | 300 | 46 | 0 | 5 | 25 | 254 | 52 | 100 |
| Binary | 1111110 | 11001010 | 11000000 | 100110 | 0 | 101 | 10101 | 10101100 | 101010 | 1000000 |
Color Harmonies of #7ECAC0
Complementary color
Monochromatic Colors of #7ECAC0
Black with #7ECAC0
Text Example
Text Example
White with #7ECAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECAC0; }
p { color: rgb(126,202,192); }
H1.HeaderClassName
{
color: #7ECAC0;
}
.AnyTagClassName
{
color: #7ECAC0;
}
</style>
background-color css
<style>
a { background-color: #7ECAC0; }
a { background-color: rgb(126,202,192); }
div.DivClassName
{
background-color: #7ECAC0;
}
.BgClassName
{
background-color: #7ECAC0;
}
</style>
border-color css
<style>
span { border-color: #7ECAC0; }
span { border-color: rgb(126,202,192); }
td.TdClassName
{
border-color: #7ECAC0;
}
.TagClassName
{
border-color: #7ECAC0;
}
</style>