Shades of Bermuda #7EDFB5
Tints of Bermuda #7EDFB5
RGB
CMYK
RGB Variations
Color information
#7EDFB5 (or 0x7EDFB5) is known color: Bermuda. HEX triplet: 7E, DF and B5. RGB value is (126,223,181). Sum of RGB (Red+Green+Blue) = 126+223+181=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFB5 is #81204A. Grayscale: #BDBDBD. Windows color (decimal): -8462411 or 11919230. OLE color: 11919230.
HSL color Cylindrical-coordinate representation of color #7EDFB5: hue angle of 154.02º degrees, saturation: 0.6, 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 #7EDFB5 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 181 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.13 |
| HSL | 154.02º | 0.6% | 0.68% | - |
| HSV(B) | 154.02º | 0.43% | 0.87% | - |
| XYZ | 43.33 | 60.55 | 53.12 | - |
| YUV | 189.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 181 | 0.43 | 0 | 0.19 | 0.13 | 154.02 | 0.6 | 0.68 |
| Hex | 7E | DF | B5 | 2B | 0 | 13 | D | 9A | 3C | 44 |
| Octal | 176 | 337 | 265 | 53 | 0 | 23 | 15 | 232 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10110101 | 101011 | 0 | 10011 | 1101 | 10011010 | 111100 | 1000100 |
Color Harmonies of #7EDFB5
Complementary color
Monochromatic Colors of #7EDFB5
Black with #7EDFB5
Text Example
Text Example
White with #7EDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFB5; }
p { color: rgb(126,223,181); }
H1.HeaderClassName
{
color: #7EDFB5;
}
.AnyTagClassName
{
color: #7EDFB5;
}
</style>
background-color css
<style>
a { background-color: #7EDFB5; }
a { background-color: rgb(126,223,181); }
div.DivClassName
{
background-color: #7EDFB5;
}
.BgClassName
{
background-color: #7EDFB5;
}
</style>
border-color css
<style>
span { border-color: #7EDFB5; }
span { border-color: rgb(126,223,181); }
td.TdClassName
{
border-color: #7EDFB5;
}
.TagClassName
{
border-color: #7EDFB5;
}
</style>