Shades of Bermuda #7DD8BD
Tints of Bermuda #7DD8BD
RGB
CMYK
RGB Variations
Color information
#7DD8BD (or 0x7DD8BD) is known color: Bermuda. HEX triplet: 7D, D8 and BD. RGB value is (125,216,189). Sum of RGB (Red+Green+Blue) = 125+216+189=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8BD is #822742. Grayscale: #B9B9B9. Windows color (decimal): -8529731 or 12441725. OLE color: 12441725.
HSL color Cylindrical-coordinate representation of color #7DD8BD: hue angle of 162.2º 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 #7DD8BD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 189 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.15 |
| HSL | 162.2º | 0.54% | 0.67% | - |
| HSV(B) | 162.2º | 0.42% | 0.85% | - |
| XYZ | 42.2 | 57.15 | 56.95 | - |
| YUV | 185.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 189 | 0.42 | 0 | 0.12 | 0.15 | 162.2 | 0.54 | 0.67 |
| Hex | 7D | D8 | BD | 2A | 0 | C | F | A2 | 36 | 43 |
| Octal | 175 | 330 | 275 | 52 | 0 | 14 | 17 | 242 | 66 | 103 |
| Binary | 1111101 | 11011000 | 10111101 | 101010 | 0 | 1100 | 1111 | 10100010 | 110110 | 1000011 |
Color Harmonies of #7DD8BD
Complementary color
Monochromatic Colors of #7DD8BD
Black with #7DD8BD
Text Example
Text Example
White with #7DD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD8BD; }
p { color: rgb(125,216,189); }
H1.HeaderClassName
{
color: #7DD8BD;
}
.AnyTagClassName
{
color: #7DD8BD;
}
</style>
background-color css
<style>
a { background-color: #7DD8BD; }
a { background-color: rgb(125,216,189); }
div.DivClassName
{
background-color: #7DD8BD;
}
.BgClassName
{
background-color: #7DD8BD;
}
</style>
border-color css
<style>
span { border-color: #7DD8BD; }
span { border-color: rgb(125,216,189); }
td.TdClassName
{
border-color: #7DD8BD;
}
.TagClassName
{
border-color: #7DD8BD;
}
</style>