Shades of Bermuda #7DDDBD
Tints of Bermuda #7DDDBD
RGB
CMYK
RGB Variations
Color information
#7DDDBD (or 0x7DDDBD) is known color: Bermuda. HEX triplet: 7D, DD and BD. RGB value is (125,221,189). Sum of RGB (Red+Green+Blue) = 125+221+189=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDBD is #822242. Grayscale: #BCBCBC. Windows color (decimal): -8528451 or 12443005. OLE color: 12443005.
HSL color Cylindrical-coordinate representation of color #7DDDBD: hue angle of 160º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDBD is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 189 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.13 |
| HSL | 160º | 0.59% | 0.68% | - |
| HSV(B) | 160º | 0.43% | 0.87% | - |
| XYZ | 43.5 | 59.75 | 57.38 | - |
| YUV | 188.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 189 | 0.43 | 0 | 0.14 | 0.13 | 160 | 0.59 | 0.68 |
| Hex | 7D | DD | BD | 2B | 0 | E | D | A0 | 3B | 44 |
| Octal | 175 | 335 | 275 | 53 | 0 | 16 | 15 | 240 | 73 | 104 |
| Binary | 1111101 | 11011101 | 10111101 | 101011 | 0 | 1110 | 1101 | 10100000 | 111011 | 1000100 |
Color Harmonies of #7DDDBD
Complementary color
Monochromatic Colors of #7DDDBD
Black with #7DDDBD
Text Example
Text Example
White with #7DDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDBD; }
p { color: rgb(125,221,189); }
H1.HeaderClassName
{
color: #7DDDBD;
}
.AnyTagClassName
{
color: #7DDDBD;
}
</style>
background-color css
<style>
a { background-color: #7DDDBD; }
a { background-color: rgb(125,221,189); }
div.DivClassName
{
background-color: #7DDDBD;
}
.BgClassName
{
background-color: #7DDDBD;
}
</style>
border-color css
<style>
span { border-color: #7DDDBD; }
span { border-color: rgb(125,221,189); }
td.TdClassName
{
border-color: #7DDDBD;
}
.TagClassName
{
border-color: #7DDDBD;
}
</style>