Shades of Bermuda #7DE2BD
Tints of Bermuda #7DE2BD
RGB
CMYK
RGB Variations
Color information
#7DE2BD (or 0x7DE2BD) is known color: Bermuda. HEX triplet: 7D, E2 and BD. RGB value is (125,226,189). Sum of RGB (Red+Green+Blue) = 125+226+189=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE2BD is #821D42. Grayscale: #BFBFBF. Windows color (decimal): -8527171 or 12444285. OLE color: 12444285.
HSL color Cylindrical-coordinate representation of color #7DE2BD: hue angle of 158.02º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2BD is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 189 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.11 |
| HSL | 158.02º | 0.64% | 0.69% | - |
| HSV(B) | 158.02º | 0.45% | 0.89% | - |
| XYZ | 44.84 | 62.43 | 57.83 | - |
| YUV | 191.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 189 | 0.45 | 0 | 0.16 | 0.11 | 158.02 | 0.64 | 0.69 |
| Hex | 7D | E2 | BD | 2D | 0 | 10 | B | 9E | 40 | 45 |
| Octal | 175 | 342 | 275 | 55 | 0 | 20 | 13 | 236 | 100 | 105 |
| Binary | 1111101 | 11100010 | 10111101 | 101101 | 0 | 10000 | 1011 | 10011110 | 1000000 | 1000101 |
Color Harmonies of #7DE2BD
Complementary color
Monochromatic Colors of #7DE2BD
Black with #7DE2BD
Text Example
Text Example
White with #7DE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE2BD; }
p { color: rgb(125,226,189); }
H1.HeaderClassName
{
color: #7DE2BD;
}
.AnyTagClassName
{
color: #7DE2BD;
}
</style>
background-color css
<style>
a { background-color: #7DE2BD; }
a { background-color: rgb(125,226,189); }
div.DivClassName
{
background-color: #7DE2BD;
}
.BgClassName
{
background-color: #7DE2BD;
}
</style>
border-color css
<style>
span { border-color: #7DE2BD; }
span { border-color: rgb(125,226,189); }
td.TdClassName
{
border-color: #7DE2BD;
}
.TagClassName
{
border-color: #7DE2BD;
}
</style>