Shades of Bermuda #7ECBC2
Tints of Bermuda #7ECBC2
RGB
CMYK
RGB Variations
Color information
#7ECBC2 (or 0x7ECBC2) is known color: Bermuda. HEX triplet: 7E, CB and C2. RGB value is (126,203,194). Sum of RGB (Red+Green+Blue) = 126+203+194=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBC2 is #81343D. Grayscale: #B2B2B2. Windows color (decimal): -8467518 or 12766078. OLE color: 12766078.
HSL color Cylindrical-coordinate representation of color #7ECBC2: hue angle of 172.99º 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 #7ECBC2 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 194 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.20 |
| HSL | 172.99º | 0.43% | 0.65% | - |
| HSV(B) | 172.99º | 0.38% | 0.8% | - |
| XYZ | 39.7 | 51.04 | 58.8 | - |
| YUV | 178.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 194 | 0.38 | 0 | 0.04 | 0.20 | 172.99 | 0.43 | 0.65 |
| Hex | 7E | CB | C2 | 26 | 0 | 4 | 14 | AD | 2B | 41 |
| Octal | 176 | 313 | 302 | 46 | 0 | 4 | 24 | 255 | 53 | 101 |
| Binary | 1111110 | 11001011 | 11000010 | 100110 | 0 | 100 | 10100 | 10101101 | 101011 | 1000001 |
Color Harmonies of #7ECBC2
Complementary color
Monochromatic Colors of #7ECBC2
Black with #7ECBC2
Text Example
Text Example
White with #7ECBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBC2; }
p { color: rgb(126,203,194); }
H1.HeaderClassName
{
color: #7ECBC2;
}
.AnyTagClassName
{
color: #7ECBC2;
}
</style>
background-color css
<style>
a { background-color: #7ECBC2; }
a { background-color: rgb(126,203,194); }
div.DivClassName
{
background-color: #7ECBC2;
}
.BgClassName
{
background-color: #7ECBC2;
}
</style>
border-color css
<style>
span { border-color: #7ECBC2; }
span { border-color: rgb(126,203,194); }
td.TdClassName
{
border-color: #7ECBC2;
}
.TagClassName
{
border-color: #7ECBC2;
}
</style>