Shades of Bermuda #7DD2BD
Tints of Bermuda #7DD2BD
RGB
CMYK
RGB Variations
Color information
#7DD2BD (or 0x7DD2BD) is known color: Bermuda. HEX triplet: 7D, D2 and BD. RGB value is (125,210,189). Sum of RGB (Red+Green+Blue) = 125+210+189=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD2BD is #822D42. Grayscale: #B6B6B6. Windows color (decimal): -8531267 or 12440189. OLE color: 12440189.
HSL color Cylindrical-coordinate representation of color #7DD2BD: hue angle of 165.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD2BD is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 189 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.18 |
| HSL | 165.18º | 0.49% | 0.66% | - |
| HSV(B) | 165.18º | 0.4% | 0.82% | - |
| XYZ | 40.69 | 54.13 | 56.45 | - |
| YUV | 182.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 189 | 0.40 | 0 | 0.10 | 0.18 | 165.18 | 0.49 | 0.66 |
| Hex | 7D | D2 | BD | 28 | 0 | A | 12 | A5 | 31 | 42 |
| Octal | 175 | 322 | 275 | 50 | 0 | 12 | 22 | 245 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10111101 | 101000 | 0 | 1010 | 10010 | 10100101 | 110001 | 1000010 |
Color Harmonies of #7DD2BD
Complementary color
Monochromatic Colors of #7DD2BD
Black with #7DD2BD
Text Example
Text Example
White with #7DD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD2BD; }
p { color: rgb(125,210,189); }
H1.HeaderClassName
{
color: #7DD2BD;
}
.AnyTagClassName
{
color: #7DD2BD;
}
</style>
background-color css
<style>
a { background-color: #7DD2BD; }
a { background-color: rgb(125,210,189); }
div.DivClassName
{
background-color: #7DD2BD;
}
.BgClassName
{
background-color: #7DD2BD;
}
</style>
border-color css
<style>
span { border-color: #7DD2BD; }
span { border-color: rgb(125,210,189); }
td.TdClassName
{
border-color: #7DD2BD;
}
.TagClassName
{
border-color: #7DD2BD;
}
</style>