Shades of Bermuda #7DD0C7
Tints of Bermuda #7DD0C7
RGB
CMYK
RGB Variations
Color information
#7DD0C7 (or 0x7DD0C7) is known color: Bermuda. HEX triplet: 7D, D0 and C7. RGB value is (125,208,199). Sum of RGB (Red+Green+Blue) = 125+208+199=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0C7 is #822F38. Grayscale: #B6B6B6. Windows color (decimal): -8531769 or 13095037. OLE color: 13095037.
HSL color Cylindrical-coordinate representation of color #7DD0C7: hue angle of 173.49º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0C7 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 199 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.18 |
| HSL | 173.49º | 0.47% | 0.65% | - |
| HSV(B) | 173.49º | 0.4% | 0.82% | - |
| XYZ | 41.32 | 53.6 | 62.2 | - |
| YUV | 182.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 199 | 0.40 | 0 | 0.04 | 0.18 | 173.49 | 0.47 | 0.65 |
| Hex | 7D | D0 | C7 | 28 | 0 | 4 | 12 | AD | 2F | 41 |
| Octal | 175 | 320 | 307 | 50 | 0 | 4 | 22 | 255 | 57 | 101 |
| Binary | 1111101 | 11010000 | 11000111 | 101000 | 0 | 100 | 10010 | 10101101 | 101111 | 1000001 |
Color Harmonies of #7DD0C7
Complementary color
Monochromatic Colors of #7DD0C7
Black with #7DD0C7
Text Example
Text Example
White with #7DD0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0C7; }
p { color: rgb(125,208,199); }
H1.HeaderClassName
{
color: #7DD0C7;
}
.AnyTagClassName
{
color: #7DD0C7;
}
</style>
background-color css
<style>
a { background-color: #7DD0C7; }
a { background-color: rgb(125,208,199); }
div.DivClassName
{
background-color: #7DD0C7;
}
.BgClassName
{
background-color: #7DD0C7;
}
</style>
border-color css
<style>
span { border-color: #7DD0C7; }
span { border-color: rgb(125,208,199); }
td.TdClassName
{
border-color: #7DD0C7;
}
.TagClassName
{
border-color: #7DD0C7;
}
</style>