Shades of Bermuda #7DD6BB
Tints of Bermuda #7DD6BB
RGB
CMYK
RGB Variations
Color information
#7DD6BB (or 0x7DD6BB) is known color: Bermuda. HEX triplet: 7D, D6 and BB. RGB value is (125,214,187). Sum of RGB (Red+Green+Blue) = 125+214+187=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6BB is #822944. Grayscale: #B8B8B8. Windows color (decimal): -8530245 or 12310141. OLE color: 12310141.
HSL color Cylindrical-coordinate representation of color #7DD6BB: hue angle of 161.8º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6BB is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 187 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.16 |
| HSL | 161.8º | 0.52% | 0.66% | - |
| HSV(B) | 161.8º | 0.42% | 0.84% | - |
| XYZ | 41.47 | 56.04 | 55.64 | - |
| YUV | 184.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 187 | 0.42 | 0 | 0.13 | 0.16 | 161.8 | 0.52 | 0.66 |
| Hex | 7D | D6 | BB | 2A | 0 | D | 10 | A2 | 34 | 42 |
| Octal | 175 | 326 | 273 | 52 | 0 | 15 | 20 | 242 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10111011 | 101010 | 0 | 1101 | 10000 | 10100010 | 110100 | 1000010 |
Color Harmonies of #7DD6BB
Complementary color
Monochromatic Colors of #7DD6BB
Black with #7DD6BB
Text Example
Text Example
White with #7DD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD6BB; }
p { color: rgb(125,214,187); }
H1.HeaderClassName
{
color: #7DD6BB;
}
.AnyTagClassName
{
color: #7DD6BB;
}
</style>
background-color css
<style>
a { background-color: #7DD6BB; }
a { background-color: rgb(125,214,187); }
div.DivClassName
{
background-color: #7DD6BB;
}
.BgClassName
{
background-color: #7DD6BB;
}
</style>
border-color css
<style>
span { border-color: #7DD6BB; }
span { border-color: rgb(125,214,187); }
td.TdClassName
{
border-color: #7DD6BB;
}
.TagClassName
{
border-color: #7DD6BB;
}
</style>