Shades of Bermuda #7DD9BF
Tints of Bermuda #7DD9BF
RGB
CMYK
RGB Variations
Color information
#7DD9BF (or 0x7DD9BF) is known color: Bermuda. HEX triplet: 7D, D9 and BF. RGB value is (125,217,191). Sum of RGB (Red+Green+Blue) = 125+217+191=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9BF is #822640. Grayscale: #BABABA. Windows color (decimal): -8529473 or 12573053. OLE color: 12573053.
HSL color Cylindrical-coordinate representation of color #7DD9BF: hue angle of 163.04º degrees, saturation: 0.55, 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 #7DD9BF is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 191 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.15 |
| HSL | 163.04º | 0.55% | 0.67% | - |
| HSV(B) | 163.04º | 0.42% | 0.85% | - |
| XYZ | 42.67 | 57.75 | 58.19 | - |
| YUV | 186.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 191 | 0.42 | 0 | 0.12 | 0.15 | 163.04 | 0.55 | 0.67 |
| Hex | 7D | D9 | BF | 2A | 0 | C | F | A3 | 37 | 43 |
| Octal | 175 | 331 | 277 | 52 | 0 | 14 | 17 | 243 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10111111 | 101010 | 0 | 1100 | 1111 | 10100011 | 110111 | 1000011 |
Color Harmonies of #7DD9BF
Complementary color
Monochromatic Colors of #7DD9BF
Black with #7DD9BF
Text Example
Text Example
White with #7DD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9BF; }
p { color: rgb(125,217,191); }
H1.HeaderClassName
{
color: #7DD9BF;
}
.AnyTagClassName
{
color: #7DD9BF;
}
</style>
background-color css
<style>
a { background-color: #7DD9BF; }
a { background-color: rgb(125,217,191); }
div.DivClassName
{
background-color: #7DD9BF;
}
.BgClassName
{
background-color: #7DD9BF;
}
</style>
border-color css
<style>
span { border-color: #7DD9BF; }
span { border-color: rgb(125,217,191); }
td.TdClassName
{
border-color: #7DD9BF;
}
.TagClassName
{
border-color: #7DD9BF;
}
</style>