Shades of Bermuda #7DD0C9
Tints of Bermuda #7DD0C9
RGB
CMYK
RGB Variations
Color information
#7DD0C9 (or 0x7DD0C9) is known color: Bermuda. HEX triplet: 7D, D0 and C9. RGB value is (125,208,201). Sum of RGB (Red+Green+Blue) = 125+208+201=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0C9 is #822F36. Grayscale: #B6B6B6. Windows color (decimal): -8531767 or 13226109. OLE color: 13226109.
HSL color Cylindrical-coordinate representation of color #7DD0C9: hue angle of 174.94º 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 #7DD0C9 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 201 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.18 |
| HSL | 174.94º | 0.47% | 0.65% | - |
| HSV(B) | 174.94º | 0.4% | 0.82% | - |
| XYZ | 41.56 | 53.69 | 63.43 | - |
| YUV | 182.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 201 | 0.40 | 0 | 0.03 | 0.18 | 174.94 | 0.47 | 0.65 |
| Hex | 7D | D0 | C9 | 28 | 0 | 3 | 12 | AF | 2F | 41 |
| Octal | 175 | 320 | 311 | 50 | 0 | 3 | 22 | 257 | 57 | 101 |
| Binary | 1111101 | 11010000 | 11001001 | 101000 | 0 | 11 | 10010 | 10101111 | 101111 | 1000001 |
Color Harmonies of #7DD0C9
Complementary color
Monochromatic Colors of #7DD0C9
Black with #7DD0C9
Text Example
Text Example
White with #7DD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0C9; }
p { color: rgb(125,208,201); }
H1.HeaderClassName
{
color: #7DD0C9;
}
.AnyTagClassName
{
color: #7DD0C9;
}
</style>
background-color css
<style>
a { background-color: #7DD0C9; }
a { background-color: rgb(125,208,201); }
div.DivClassName
{
background-color: #7DD0C9;
}
.BgClassName
{
background-color: #7DD0C9;
}
</style>
border-color css
<style>
span { border-color: #7DD0C9; }
span { border-color: rgb(125,208,201); }
td.TdClassName
{
border-color: #7DD0C9;
}
.TagClassName
{
border-color: #7DD0C9;
}
</style>