Shades of Bermuda #7DDFBC
Tints of Bermuda #7DDFBC
RGB
CMYK
RGB Variations
Color information
#7DDFBC (or 0x7DDFBC) is known color: Bermuda. HEX triplet: 7D, DF and BC. RGB value is (125,223,188). Sum of RGB (Red+Green+Blue) = 125+223+188=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFBC is #822043. Grayscale: #BDBDBD. Windows color (decimal): -8527940 or 12377981. OLE color: 12377981.
HSL color Cylindrical-coordinate representation of color #7DDFBC: hue angle of 158.57º 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 #7DDFBC is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 188 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.13 |
| HSL | 158.57º | 0.6% | 0.68% | - |
| HSV(B) | 158.57º | 0.44% | 0.87% | - |
| XYZ | 43.92 | 60.77 | 56.99 | - |
| YUV | 189.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 188 | 0.44 | 0 | 0.16 | 0.13 | 158.57 | 0.6 | 0.68 |
| Hex | 7D | DF | BC | 2C | 0 | 10 | D | 9F | 3C | 44 |
| Octal | 175 | 337 | 274 | 54 | 0 | 20 | 15 | 237 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10111100 | 101100 | 0 | 10000 | 1101 | 10011111 | 111100 | 1000100 |
Color Harmonies of #7DDFBC
Complementary color
Monochromatic Colors of #7DDFBC
Black with #7DDFBC
Text Example
Text Example
White with #7DDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFBC; }
p { color: rgb(125,223,188); }
H1.HeaderClassName
{
color: #7DDFBC;
}
.AnyTagClassName
{
color: #7DDFBC;
}
</style>
background-color css
<style>
a { background-color: #7DDFBC; }
a { background-color: rgb(125,223,188); }
div.DivClassName
{
background-color: #7DDFBC;
}
.BgClassName
{
background-color: #7DDFBC;
}
</style>
border-color css
<style>
span { border-color: #7DDFBC; }
span { border-color: rgb(125,223,188); }
td.TdClassName
{
border-color: #7DDFBC;
}
.TagClassName
{
border-color: #7DDFBC;
}
</style>