Shades of Bermuda #7ECBC1
Tints of Bermuda #7ECBC1
RGB
CMYK
RGB Variations
Color information
#7ECBC1 (or 0x7ECBC1) is known color: Bermuda. HEX triplet: 7E, CB and C1. RGB value is (126,203,193). Sum of RGB (Red+Green+Blue) = 126+203+193=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBC1 is #81343E. Grayscale: #B2B2B2. Windows color (decimal): -8467519 or 12700542. OLE color: 12700542.
HSL color Cylindrical-coordinate representation of color #7ECBC1: hue angle of 172.21º 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 #7ECBC1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 193 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.20 |
| HSL | 172.21º | 0.43% | 0.65% | - |
| HSV(B) | 172.21º | 0.38% | 0.8% | - |
| XYZ | 39.59 | 51 | 58.21 | - |
| YUV | 178.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 193 | 0.38 | 0 | 0.05 | 0.20 | 172.21 | 0.43 | 0.65 |
| Hex | 7E | CB | C1 | 26 | 0 | 5 | 14 | AC | 2B | 41 |
| Octal | 176 | 313 | 301 | 46 | 0 | 5 | 24 | 254 | 53 | 101 |
| Binary | 1111110 | 11001011 | 11000001 | 100110 | 0 | 101 | 10100 | 10101100 | 101011 | 1000001 |
Color Harmonies of #7ECBC1
Complementary color
Monochromatic Colors of #7ECBC1
Black with #7ECBC1
Text Example
Text Example
White with #7ECBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBC1; }
p { color: rgb(126,203,193); }
H1.HeaderClassName
{
color: #7ECBC1;
}
.AnyTagClassName
{
color: #7ECBC1;
}
</style>
background-color css
<style>
a { background-color: #7ECBC1; }
a { background-color: rgb(126,203,193); }
div.DivClassName
{
background-color: #7ECBC1;
}
.BgClassName
{
background-color: #7ECBC1;
}
</style>
border-color css
<style>
span { border-color: #7ECBC1; }
span { border-color: rgb(126,203,193); }
td.TdClassName
{
border-color: #7ECBC1;
}
.TagClassName
{
border-color: #7ECBC1;
}
</style>