Shades of Bermuda #7DD9C5
Tints of Bermuda #7DD9C5
RGB
CMYK
RGB Variations
Color information
#7DD9C5 (or 0x7DD9C5) is known color: Bermuda. HEX triplet: 7D, D9 and C5. RGB value is (125,217,197). Sum of RGB (Red+Green+Blue) = 125+217+197=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9C5 is #82263A. Grayscale: #BBBBBB. Windows color (decimal): -8529467 or 12966269. OLE color: 12966269.
HSL color Cylindrical-coordinate representation of color #7DD9C5: hue angle of 166.96º 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 #7DD9C5 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 197 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.15 |
| HSL | 166.96º | 0.55% | 0.67% | - |
| HSV(B) | 166.96º | 0.42% | 0.85% | - |
| XYZ | 43.35 | 58.02 | 61.74 | - |
| YUV | 187.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 197 | 0.42 | 0 | 0.09 | 0.15 | 166.96 | 0.55 | 0.67 |
| Hex | 7D | D9 | C5 | 2A | 0 | 9 | F | A7 | 37 | 43 |
| Octal | 175 | 331 | 305 | 52 | 0 | 11 | 17 | 247 | 67 | 103 |
| Binary | 1111101 | 11011001 | 11000101 | 101010 | 0 | 1001 | 1111 | 10100111 | 110111 | 1000011 |
Color Harmonies of #7DD9C5
Complementary color
Monochromatic Colors of #7DD9C5
Black with #7DD9C5
Text Example
Text Example
White with #7DD9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9C5; }
p { color: rgb(125,217,197); }
H1.HeaderClassName
{
color: #7DD9C5;
}
.AnyTagClassName
{
color: #7DD9C5;
}
</style>
background-color css
<style>
a { background-color: #7DD9C5; }
a { background-color: rgb(125,217,197); }
div.DivClassName
{
background-color: #7DD9C5;
}
.BgClassName
{
background-color: #7DD9C5;
}
</style>
border-color css
<style>
span { border-color: #7DD9C5; }
span { border-color: rgb(125,217,197); }
td.TdClassName
{
border-color: #7DD9C5;
}
.TagClassName
{
border-color: #7DD9C5;
}
</style>