Shades of Bermuda #7DE0BB
Tints of Bermuda #7DE0BB
RGB
CMYK
RGB Variations
Color information
#7DE0BB (or 0x7DE0BB) is known color: Bermuda. HEX triplet: 7D, E0 and BB. RGB value is (125,224,187). Sum of RGB (Red+Green+Blue) = 125+224+187=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0BB is #821F44. Grayscale: #BEBEBE. Windows color (decimal): -8527685 or 12312701. OLE color: 12312701.
HSL color Cylindrical-coordinate representation of color #7DE0BB: hue angle of 157.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE0BB is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 187 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.12 |
| HSL | 157.58º | 0.61% | 0.68% | - |
| HSV(B) | 157.58º | 0.44% | 0.88% | - |
| XYZ | 44.08 | 61.26 | 56.51 | - |
| YUV | 190.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 187 | 0.44 | 0 | 0.17 | 0.12 | 157.58 | 0.61 | 0.68 |
| Hex | 7D | E0 | BB | 2C | 0 | 11 | C | 9E | 3D | 44 |
| Octal | 175 | 340 | 273 | 54 | 0 | 21 | 14 | 236 | 75 | 104 |
| Binary | 1111101 | 11100000 | 10111011 | 101100 | 0 | 10001 | 1100 | 10011110 | 111101 | 1000100 |
Color Harmonies of #7DE0BB
Complementary color
Monochromatic Colors of #7DE0BB
Black with #7DE0BB
Text Example
Text Example
White with #7DE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE0BB; }
p { color: rgb(125,224,187); }
H1.HeaderClassName
{
color: #7DE0BB;
}
.AnyTagClassName
{
color: #7DE0BB;
}
</style>
background-color css
<style>
a { background-color: #7DE0BB; }
a { background-color: rgb(125,224,187); }
div.DivClassName
{
background-color: #7DE0BB;
}
.BgClassName
{
background-color: #7DE0BB;
}
</style>
border-color css
<style>
span { border-color: #7DE0BB; }
span { border-color: rgb(125,224,187); }
td.TdClassName
{
border-color: #7DE0BB;
}
.TagClassName
{
border-color: #7DE0BB;
}
</style>