Shades of Bermuda #7DD9BA
Tints of Bermuda #7DD9BA
RGB
CMYK
RGB Variations
Color information
#7DD9BA (or 0x7DD9BA) is known color: Bermuda. HEX triplet: 7D, D9 and BA. RGB value is (125,217,186). Sum of RGB (Red+Green+Blue) = 125+217+186=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9BA is #822645. Grayscale: #B9B9B9. Windows color (decimal): -8529478 or 12245373. OLE color: 12245373.
HSL color Cylindrical-coordinate representation of color #7DD9BA: hue angle of 159.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD9BA is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 186 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.15 |
| HSL | 159.78º | 0.55% | 0.67% | - |
| HSV(B) | 159.78º | 0.42% | 0.85% | - |
| XYZ | 42.13 | 57.53 | 55.34 | - |
| YUV | 185.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 186 | 0.42 | 0 | 0.14 | 0.15 | 159.78 | 0.55 | 0.67 |
| Hex | 7D | D9 | BA | 2A | 0 | E | F | A0 | 37 | 43 |
| Octal | 175 | 331 | 272 | 52 | 0 | 16 | 17 | 240 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10111010 | 101010 | 0 | 1110 | 1111 | 10100000 | 110111 | 1000011 |
Color Harmonies of #7DD9BA
Complementary color
Monochromatic Colors of #7DD9BA
Black with #7DD9BA
Text Example
Text Example
White with #7DD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9BA; }
p { color: rgb(125,217,186); }
H1.HeaderClassName
{
color: #7DD9BA;
}
.AnyTagClassName
{
color: #7DD9BA;
}
</style>
background-color css
<style>
a { background-color: #7DD9BA; }
a { background-color: rgb(125,217,186); }
div.DivClassName
{
background-color: #7DD9BA;
}
.BgClassName
{
background-color: #7DD9BA;
}
</style>
border-color css
<style>
span { border-color: #7DD9BA; }
span { border-color: rgb(125,217,186); }
td.TdClassName
{
border-color: #7DD9BA;
}
.TagClassName
{
border-color: #7DD9BA;
}
</style>