Shades of Bermuda #7DDFBE
Tints of Bermuda #7DDFBE
RGB
CMYK
RGB Variations
Color information
#7DDFBE (or 0x7DDFBE) is known color: Bermuda. HEX triplet: 7D, DF and BE. RGB value is (125,223,190). Sum of RGB (Red+Green+Blue) = 125+223+190=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFBE is #822041. Grayscale: #BDBDBD. Windows color (decimal): -8527938 or 12509053. OLE color: 12509053.
HSL color Cylindrical-coordinate representation of color #7DDFBE: hue angle of 159.8º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFBE is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 190 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.13 |
| HSL | 159.8º | 0.6% | 0.68% | - |
| HSV(B) | 159.8º | 0.44% | 0.87% | - |
| XYZ | 44.14 | 60.85 | 58.13 | - |
| YUV | 189.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 190 | 0.44 | 0 | 0.15 | 0.13 | 159.8 | 0.6 | 0.68 |
| Hex | 7D | DF | BE | 2C | 0 | F | D | A0 | 3C | 44 |
| Octal | 175 | 337 | 276 | 54 | 0 | 17 | 15 | 240 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10111110 | 101100 | 0 | 1111 | 1101 | 10100000 | 111100 | 1000100 |
Color Harmonies of #7DDFBE
Complementary color
Monochromatic Colors of #7DDFBE
Black with #7DDFBE
Text Example
Text Example
White with #7DDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFBE; }
p { color: rgb(125,223,190); }
H1.HeaderClassName
{
color: #7DDFBE;
}
.AnyTagClassName
{
color: #7DDFBE;
}
</style>
background-color css
<style>
a { background-color: #7DDFBE; }
a { background-color: rgb(125,223,190); }
div.DivClassName
{
background-color: #7DDFBE;
}
.BgClassName
{
background-color: #7DDFBE;
}
</style>
border-color css
<style>
span { border-color: #7DDFBE; }
span { border-color: rgb(125,223,190); }
td.TdClassName
{
border-color: #7DDFBE;
}
.TagClassName
{
border-color: #7DDFBE;
}
</style>