Shades of Bermuda #7DD8BC
Tints of Bermuda #7DD8BC
RGB
CMYK
RGB Variations
Color information
#7DD8BC (or 0x7DD8BC) is known color: Bermuda. HEX triplet: 7D, D8 and BC. RGB value is (125,216,188). Sum of RGB (Red+Green+Blue) = 125+216+188=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8BC is #822743. Grayscale: #B9B9B9. Windows color (decimal): -8529732 or 12376189. OLE color: 12376189.
HSL color Cylindrical-coordinate representation of color #7DD8BC: hue angle of 161.54º degrees, saturation: 0.54, 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 #7DD8BC is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 188 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.15 |
| HSL | 161.54º | 0.54% | 0.67% | - |
| HSV(B) | 161.54º | 0.42% | 0.85% | - |
| XYZ | 42.09 | 57.1 | 56.38 | - |
| YUV | 185.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 188 | 0.42 | 0 | 0.13 | 0.15 | 161.54 | 0.54 | 0.67 |
| Hex | 7D | D8 | BC | 2A | 0 | D | F | A2 | 36 | 43 |
| Octal | 175 | 330 | 274 | 52 | 0 | 15 | 17 | 242 | 66 | 103 |
| Binary | 1111101 | 11011000 | 10111100 | 101010 | 0 | 1101 | 1111 | 10100010 | 110110 | 1000011 |
Color Harmonies of #7DD8BC
Complementary color
Monochromatic Colors of #7DD8BC
Black with #7DD8BC
Text Example
Text Example
White with #7DD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD8BC; }
p { color: rgb(125,216,188); }
H1.HeaderClassName
{
color: #7DD8BC;
}
.AnyTagClassName
{
color: #7DD8BC;
}
</style>
background-color css
<style>
a { background-color: #7DD8BC; }
a { background-color: rgb(125,216,188); }
div.DivClassName
{
background-color: #7DD8BC;
}
.BgClassName
{
background-color: #7DD8BC;
}
</style>
border-color css
<style>
span { border-color: #7DD8BC; }
span { border-color: rgb(125,216,188); }
td.TdClassName
{
border-color: #7DD8BC;
}
.TagClassName
{
border-color: #7DD8BC;
}
</style>