Shades of Bermuda #7DD7BF
Tints of Bermuda #7DD7BF
RGB
CMYK
RGB Variations
Color information
#7DD7BF (or 0x7DD7BF) is known color: Bermuda. HEX triplet: 7D, D7 and BF. RGB value is (125,215,191). Sum of RGB (Red+Green+Blue) = 125+215+191=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7BF is #822840. Grayscale: #B9B9B9. Windows color (decimal): -8529985 or 12572541. OLE color: 12572541.
HSL color Cylindrical-coordinate representation of color #7DD7BF: hue angle of 164º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7BF is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 191 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.16 |
| HSL | 164º | 0.53% | 0.67% | - |
| HSV(B) | 164º | 0.42% | 0.84% | - |
| XYZ | 42.16 | 56.72 | 58.02 | - |
| YUV | 185.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 191 | 0.42 | 0 | 0.11 | 0.16 | 164 | 0.53 | 0.67 |
| Hex | 7D | D7 | BF | 2A | 0 | B | 10 | A4 | 35 | 43 |
| Octal | 175 | 327 | 277 | 52 | 0 | 13 | 20 | 244 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10111111 | 101010 | 0 | 1011 | 10000 | 10100100 | 110101 | 1000011 |
Color Harmonies of #7DD7BF
Complementary color
Monochromatic Colors of #7DD7BF
Black with #7DD7BF
Text Example
Text Example
White with #7DD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7BF; }
p { color: rgb(125,215,191); }
H1.HeaderClassName
{
color: #7DD7BF;
}
.AnyTagClassName
{
color: #7DD7BF;
}
</style>
background-color css
<style>
a { background-color: #7DD7BF; }
a { background-color: rgb(125,215,191); }
div.DivClassName
{
background-color: #7DD7BF;
}
.BgClassName
{
background-color: #7DD7BF;
}
</style>
border-color css
<style>
span { border-color: #7DD7BF; }
span { border-color: rgb(125,215,191); }
td.TdClassName
{
border-color: #7DD7BF;
}
.TagClassName
{
border-color: #7DD7BF;
}
</style>