Shades of Bermuda #7DDFBD
Tints of Bermuda #7DDFBD
RGB
CMYK
RGB Variations
Color information
#7DDFBD (or 0x7DDFBD) is known color: Bermuda. HEX triplet: 7D, DF and BD. RGB value is (125,223,189). Sum of RGB (Red+Green+Blue) = 125+223+189=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFBD is #822042. Grayscale: #BDBDBD. Windows color (decimal): -8527939 or 12443517. OLE color: 12443517.
HSL color Cylindrical-coordinate representation of color #7DDFBD: hue angle of 159.18º 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 #7DDFBD is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 189 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.13 |
| HSL | 159.18º | 0.6% | 0.68% | - |
| HSV(B) | 159.18º | 0.44% | 0.87% | - |
| XYZ | 44.03 | 60.81 | 57.56 | - |
| YUV | 189.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 189 | 0.44 | 0 | 0.15 | 0.13 | 159.18 | 0.6 | 0.68 |
| Hex | 7D | DF | BD | 2C | 0 | F | D | 9F | 3C | 44 |
| Octal | 175 | 337 | 275 | 54 | 0 | 17 | 15 | 237 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10111101 | 101100 | 0 | 1111 | 1101 | 10011111 | 111100 | 1000100 |
Color Harmonies of #7DDFBD
Complementary color
Monochromatic Colors of #7DDFBD
Black with #7DDFBD
Text Example
Text Example
White with #7DDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFBD; }
p { color: rgb(125,223,189); }
H1.HeaderClassName
{
color: #7DDFBD;
}
.AnyTagClassName
{
color: #7DDFBD;
}
</style>
background-color css
<style>
a { background-color: #7DDFBD; }
a { background-color: rgb(125,223,189); }
div.DivClassName
{
background-color: #7DDFBD;
}
.BgClassName
{
background-color: #7DDFBD;
}
</style>
border-color css
<style>
span { border-color: #7DDFBD; }
span { border-color: rgb(125,223,189); }
td.TdClassName
{
border-color: #7DDFBD;
}
.TagClassName
{
border-color: #7DDFBD;
}
</style>