Shades of Bermuda #7DE4BC
Tints of Bermuda #7DE4BC
RGB
CMYK
RGB Variations
Color information
#7DE4BC (or 0x7DE4BC) is known color: Bermuda. HEX triplet: 7D, E4 and BC. RGB value is (125,228,188). Sum of RGB (Red+Green+Blue) = 125+228+188=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE4BC is #821B43. Grayscale: #C0C0C0. Windows color (decimal): -8526660 or 12379261. OLE color: 12379261.
HSL color Cylindrical-coordinate representation of color #7DE4BC: hue angle of 156.7º degrees, saturation: 0.66, 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 #7DE4BC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 188 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.11 |
| HSL | 156.7º | 0.66% | 0.69% | - |
| HSV(B) | 156.7º | 0.45% | 0.89% | - |
| XYZ | 45.28 | 63.48 | 57.44 | - |
| YUV | 192.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 188 | 0.45 | 0 | 0.18 | 0.11 | 156.7 | 0.66 | 0.69 |
| Hex | 7D | E4 | BC | 2D | 0 | 12 | B | 9D | 42 | 45 |
| Octal | 175 | 344 | 274 | 55 | 0 | 22 | 13 | 235 | 102 | 105 |
| Binary | 1111101 | 11100100 | 10111100 | 101101 | 0 | 10010 | 1011 | 10011101 | 1000010 | 1000101 |
Color Harmonies of #7DE4BC
Complementary color
Monochromatic Colors of #7DE4BC
Black with #7DE4BC
Text Example
Text Example
White with #7DE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE4BC; }
p { color: rgb(125,228,188); }
H1.HeaderClassName
{
color: #7DE4BC;
}
.AnyTagClassName
{
color: #7DE4BC;
}
</style>
background-color css
<style>
a { background-color: #7DE4BC; }
a { background-color: rgb(125,228,188); }
div.DivClassName
{
background-color: #7DE4BC;
}
.BgClassName
{
background-color: #7DE4BC;
}
</style>
border-color css
<style>
span { border-color: #7DE4BC; }
span { border-color: rgb(125,228,188); }
td.TdClassName
{
border-color: #7DE4BC;
}
.TagClassName
{
border-color: #7DE4BC;
}
</style>