Shades of Bermuda #7ECBC8
Tints of Bermuda #7ECBC8
RGB
CMYK
RGB Variations
Color information
#7ECBC8 (or 0x7ECBC8) is known color: Bermuda. HEX triplet: 7E, CB and C8. RGB value is (126,203,200). Sum of RGB (Red+Green+Blue) = 126+203+200=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBC8 is #813437. Grayscale: #B3B3B3. Windows color (decimal): -8467512 or 13159294. OLE color: 13159294.
HSL color Cylindrical-coordinate representation of color #7ECBC8: hue angle of 177.66º 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 #7ECBC8 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 200 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.20 |
| HSL | 177.66º | 0.43% | 0.65% | - |
| HSV(B) | 177.66º | 0.38% | 0.8% | - |
| XYZ | 40.39 | 51.32 | 62.42 | - |
| YUV | 179.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 200 | 0.38 | 0 | 0.01 | 0.20 | 177.66 | 0.43 | 0.65 |
| Hex | 7E | CB | C8 | 26 | 0 | 1 | 14 | B2 | 2B | 41 |
| Octal | 176 | 313 | 310 | 46 | 0 | 1 | 24 | 262 | 53 | 101 |
| Binary | 1111110 | 11001011 | 11001000 | 100110 | 0 | 1 | 10100 | 10110010 | 101011 | 1000001 |
Color Harmonies of #7ECBC8
Complementary color
Monochromatic Colors of #7ECBC8
Black with #7ECBC8
Text Example
Text Example
White with #7ECBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBC8; }
p { color: rgb(126,203,200); }
H1.HeaderClassName
{
color: #7ECBC8;
}
.AnyTagClassName
{
color: #7ECBC8;
}
</style>
background-color css
<style>
a { background-color: #7ECBC8; }
a { background-color: rgb(126,203,200); }
div.DivClassName
{
background-color: #7ECBC8;
}
.BgClassName
{
background-color: #7ECBC8;
}
</style>
border-color css
<style>
span { border-color: #7ECBC8; }
span { border-color: rgb(126,203,200); }
td.TdClassName
{
border-color: #7ECBC8;
}
.TagClassName
{
border-color: #7ECBC8;
}
</style>