Shades of Bermuda #7ECABF
Tints of Bermuda #7ECABF
RGB
CMYK
RGB Variations
Color information
#7ECABF (or 0x7ECABF) is known color: Bermuda. HEX triplet: 7E, CA and BF. RGB value is (126,202,191). Sum of RGB (Red+Green+Blue) = 126+202+191=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECABF is #813540. Grayscale: #B1B1B1. Windows color (decimal): -8467777 or 12569214. OLE color: 12569214.
HSL color Cylindrical-coordinate representation of color #7ECABF: hue angle of 171.32º 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 #7ECABF is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 202 | 191 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.21 |
| HSL | 171.32º | 0.42% | 0.64% | - |
| HSV(B) | 171.32º | 0.38% | 0.79% | - |
| XYZ | 39.13 | 50.44 | 56.96 | - |
| YUV | 178.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 191 | 0.38 | 0 | 0.05 | 0.21 | 171.32 | 0.42 | 0.64 |
| Hex | 7E | CA | BF | 26 | 0 | 5 | 15 | AB | 2A | 40 |
| Octal | 176 | 312 | 277 | 46 | 0 | 5 | 25 | 253 | 52 | 100 |
| Binary | 1111110 | 11001010 | 10111111 | 100110 | 0 | 101 | 10101 | 10101011 | 101010 | 1000000 |
Color Harmonies of #7ECABF
Complementary color
Monochromatic Colors of #7ECABF
Black with #7ECABF
Text Example
Text Example
White with #7ECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECABF; }
p { color: rgb(126,202,191); }
H1.HeaderClassName
{
color: #7ECABF;
}
.AnyTagClassName
{
color: #7ECABF;
}
</style>
background-color css
<style>
a { background-color: #7ECABF; }
a { background-color: rgb(126,202,191); }
div.DivClassName
{
background-color: #7ECABF;
}
.BgClassName
{
background-color: #7ECABF;
}
</style>
border-color css
<style>
span { border-color: #7ECABF; }
span { border-color: rgb(126,202,191); }
td.TdClassName
{
border-color: #7ECABF;
}
.TagClassName
{
border-color: #7ECABF;
}
</style>