Shades of Bermuda #7DD6BC
Tints of Bermuda #7DD6BC
RGB
CMYK
RGB Variations
Color information
#7DD6BC (or 0x7DD6BC) is known color: Bermuda. HEX triplet: 7D, D6 and BC. RGB value is (125,214,188). Sum of RGB (Red+Green+Blue) = 125+214+188=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6BC is #822943. Grayscale: #B8B8B8. Windows color (decimal): -8530244 or 12375677. OLE color: 12375677.
HSL color Cylindrical-coordinate representation of color #7DD6BC: hue angle of 162.47º 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 #7DD6BC is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 188 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.16 |
| HSL | 162.47º | 0.52% | 0.66% | - |
| HSV(B) | 162.47º | 0.42% | 0.84% | - |
| XYZ | 41.58 | 56.08 | 56.21 | - |
| YUV | 184.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 188 | 0.42 | 0 | 0.12 | 0.16 | 162.47 | 0.52 | 0.66 |
| Hex | 7D | D6 | BC | 2A | 0 | C | 10 | A2 | 34 | 42 |
| Octal | 175 | 326 | 274 | 52 | 0 | 14 | 20 | 242 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10111100 | 101010 | 0 | 1100 | 10000 | 10100010 | 110100 | 1000010 |
Color Harmonies of #7DD6BC
Complementary color
Monochromatic Colors of #7DD6BC
Black with #7DD6BC
Text Example
Text Example
White with #7DD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD6BC; }
p { color: rgb(125,214,188); }
H1.HeaderClassName
{
color: #7DD6BC;
}
.AnyTagClassName
{
color: #7DD6BC;
}
</style>
background-color css
<style>
a { background-color: #7DD6BC; }
a { background-color: rgb(125,214,188); }
div.DivClassName
{
background-color: #7DD6BC;
}
.BgClassName
{
background-color: #7DD6BC;
}
</style>
border-color css
<style>
span { border-color: #7DD6BC; }
span { border-color: rgb(125,214,188); }
td.TdClassName
{
border-color: #7DD6BC;
}
.TagClassName
{
border-color: #7DD6BC;
}
</style>