Shades of Bermuda #7DE3BD
Tints of Bermuda #7DE3BD
RGB
CMYK
RGB Variations
Color information
#7DE3BD (or 0x7DE3BD) is known color: Bermuda. HEX triplet: 7D, E3 and BD. RGB value is (125,227,189). Sum of RGB (Red+Green+Blue) = 125+227+189=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE3BD is #821C42. Grayscale: #C0C0C0. Windows color (decimal): -8526915 or 12444541. OLE color: 12444541.
HSL color Cylindrical-coordinate representation of color #7DE3BD: hue angle of 157.65º degrees, saturation: 0.65, 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 #7DE3BD is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 227 | 189 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.11 |
| HSL | 157.65º | 0.65% | 0.69% | - |
| HSV(B) | 157.65º | 0.45% | 0.89% | - |
| XYZ | 45.11 | 62.97 | 57.92 | - |
| YUV | 192.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 227 | 189 | 0.45 | 0 | 0.17 | 0.11 | 157.65 | 0.65 | 0.69 |
| Hex | 7D | E3 | BD | 2D | 0 | 11 | B | 9E | 41 | 45 |
| Octal | 175 | 343 | 275 | 55 | 0 | 21 | 13 | 236 | 101 | 105 |
| Binary | 1111101 | 11100011 | 10111101 | 101101 | 0 | 10001 | 1011 | 10011110 | 1000001 | 1000101 |
Color Harmonies of #7DE3BD
Complementary color
Monochromatic Colors of #7DE3BD
Black with #7DE3BD
Text Example
Text Example
White with #7DE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE3BD; }
p { color: rgb(125,227,189); }
H1.HeaderClassName
{
color: #7DE3BD;
}
.AnyTagClassName
{
color: #7DE3BD;
}
</style>
background-color css
<style>
a { background-color: #7DE3BD; }
a { background-color: rgb(125,227,189); }
div.DivClassName
{
background-color: #7DE3BD;
}
.BgClassName
{
background-color: #7DE3BD;
}
</style>
border-color css
<style>
span { border-color: #7DE3BD; }
span { border-color: rgb(125,227,189); }
td.TdClassName
{
border-color: #7DE3BD;
}
.TagClassName
{
border-color: #7DE3BD;
}
</style>