Shades of Bermuda #7EDDC1
Tints of Bermuda #7EDDC1
RGB
CMYK
RGB Variations
Color information
#7EDDC1 (or 0x7EDDC1) is known color: Bermuda. HEX triplet: 7E, DD and C1. RGB value is (126,221,193). Sum of RGB (Red+Green+Blue) = 126+221+193=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDC1 is #81223E. Grayscale: #BDBDBD. Windows color (decimal): -8462911 or 12705150. OLE color: 12705150.
HSL color Cylindrical-coordinate representation of color #7EDDC1: hue angle of 162.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDC1 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 193 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.13 |
| HSL | 162.32º | 0.58% | 0.68% | - |
| HSV(B) | 162.32º | 0.43% | 0.87% | - |
| XYZ | 44.09 | 60 | 59.71 | - |
| YUV | 189.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 193 | 0.43 | 0 | 0.13 | 0.13 | 162.32 | 0.58 | 0.68 |
| Hex | 7E | DD | C1 | 2B | 0 | D | D | A2 | 3A | 44 |
| Octal | 176 | 335 | 301 | 53 | 0 | 15 | 15 | 242 | 72 | 104 |
| Binary | 1111110 | 11011101 | 11000001 | 101011 | 0 | 1101 | 1101 | 10100010 | 111010 | 1000100 |
Color Harmonies of #7EDDC1
Complementary color
Monochromatic Colors of #7EDDC1
Black with #7EDDC1
Text Example
Text Example
White with #7EDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDC1; }
p { color: rgb(126,221,193); }
H1.HeaderClassName
{
color: #7EDDC1;
}
.AnyTagClassName
{
color: #7EDDC1;
}
</style>
background-color css
<style>
a { background-color: #7EDDC1; }
a { background-color: rgb(126,221,193); }
div.DivClassName
{
background-color: #7EDDC1;
}
.BgClassName
{
background-color: #7EDDC1;
}
</style>
border-color css
<style>
span { border-color: #7EDDC1; }
span { border-color: rgb(126,221,193); }
td.TdClassName
{
border-color: #7EDDC1;
}
.TagClassName
{
border-color: #7EDDC1;
}
</style>