Shades of Bermuda #7ECFC2
Tints of Bermuda #7ECFC2
RGB
CMYK
RGB Variations
Color information
#7ECFC2 (or 0x7ECFC2) is known color: Bermuda. HEX triplet: 7E, CF and C2. RGB value is (126,207,194). Sum of RGB (Red+Green+Blue) = 126+207+194=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFC2 is #81303D. Grayscale: #B5B5B5. Windows color (decimal): -8466494 or 12767102. OLE color: 12767102.
HSL color Cylindrical-coordinate representation of color #7ECFC2: hue angle of 170.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECFC2 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 194 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.19 |
| HSL | 170.37º | 0.46% | 0.65% | - |
| HSV(B) | 170.37º | 0.39% | 0.81% | - |
| XYZ | 40.65 | 52.96 | 59.12 | - |
| YUV | 181.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 194 | 0.39 | 0 | 0.06 | 0.19 | 170.37 | 0.46 | 0.65 |
| Hex | 7E | CF | C2 | 27 | 0 | 6 | 13 | AA | 2E | 41 |
| Octal | 176 | 317 | 302 | 47 | 0 | 6 | 23 | 252 | 56 | 101 |
| Binary | 1111110 | 11001111 | 11000010 | 100111 | 0 | 110 | 10011 | 10101010 | 101110 | 1000001 |
Color Harmonies of #7ECFC2
Complementary color
Monochromatic Colors of #7ECFC2
Black with #7ECFC2
Text Example
Text Example
White with #7ECFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECFC2; }
p { color: rgb(126,207,194); }
H1.HeaderClassName
{
color: #7ECFC2;
}
.AnyTagClassName
{
color: #7ECFC2;
}
</style>
background-color css
<style>
a { background-color: #7ECFC2; }
a { background-color: rgb(126,207,194); }
div.DivClassName
{
background-color: #7ECFC2;
}
.BgClassName
{
background-color: #7ECFC2;
}
</style>
border-color css
<style>
span { border-color: #7ECFC2; }
span { border-color: rgb(126,207,194); }
td.TdClassName
{
border-color: #7ECFC2;
}
.TagClassName
{
border-color: #7ECFC2;
}
</style>