Shades of Bermuda #7ECAC1
Tints of Bermuda #7ECAC1
RGB
CMYK
RGB Variations
Color information
#7ECAC1 (or 0x7ECAC1) is known color: Bermuda. HEX triplet: 7E, CA and C1. RGB value is (126,202,193). Sum of RGB (Red+Green+Blue) = 126+202+193=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC1 is #81353E. Grayscale: #B2B2B2. Windows color (decimal): -8467775 or 12700286. OLE color: 12700286.
HSL color Cylindrical-coordinate representation of color #7ECAC1: hue angle of 172.89º 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 #7ECAC1 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 202 | 193 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.21 |
| HSL | 172.89º | 0.42% | 0.64% | - |
| HSV(B) | 172.89º | 0.38% | 0.79% | - |
| XYZ | 39.35 | 50.53 | 58.13 | - |
| YUV | 178.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 193 | 0.38 | 0 | 0.04 | 0.21 | 172.89 | 0.42 | 0.64 |
| Hex | 7E | CA | C1 | 26 | 0 | 4 | 15 | AD | 2A | 40 |
| Octal | 176 | 312 | 301 | 46 | 0 | 4 | 25 | 255 | 52 | 100 |
| Binary | 1111110 | 11001010 | 11000001 | 100110 | 0 | 100 | 10101 | 10101101 | 101010 | 1000000 |
Color Harmonies of #7ECAC1
Complementary color
Monochromatic Colors of #7ECAC1
Black with #7ECAC1
Text Example
Text Example
White with #7ECAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECAC1; }
p { color: rgb(126,202,193); }
H1.HeaderClassName
{
color: #7ECAC1;
}
.AnyTagClassName
{
color: #7ECAC1;
}
</style>
background-color css
<style>
a { background-color: #7ECAC1; }
a { background-color: rgb(126,202,193); }
div.DivClassName
{
background-color: #7ECAC1;
}
.BgClassName
{
background-color: #7ECAC1;
}
</style>
border-color css
<style>
span { border-color: #7ECAC1; }
span { border-color: rgb(126,202,193); }
td.TdClassName
{
border-color: #7ECAC1;
}
.TagClassName
{
border-color: #7ECAC1;
}
</style>