Shades of Bermuda #7DCDBC
Tints of Bermuda #7DCDBC
RGB
CMYK
RGB Variations
Color information
#7DCDBC (or 0x7DCDBC) is known color: Bermuda. HEX triplet: 7D, CD and BC. RGB value is (125,205,188). Sum of RGB (Red+Green+Blue) = 125+205+188=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDBC is #823243. Grayscale: #B3B3B3. Windows color (decimal): -8532548 or 12373373. OLE color: 12373373.
HSL color Cylindrical-coordinate representation of color #7DCDBC: hue angle of 167.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDBC is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 188 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.20 |
| HSL | 167.25º | 0.44% | 0.65% | - |
| HSV(B) | 167.25º | 0.39% | 0.8% | - |
| XYZ | 39.37 | 51.65 | 55.47 | - |
| YUV | 179.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 188 | 0.39 | 0 | 0.08 | 0.20 | 167.25 | 0.44 | 0.65 |
| Hex | 7D | CD | BC | 27 | 0 | 8 | 14 | A7 | 2C | 41 |
| Octal | 175 | 315 | 274 | 47 | 0 | 10 | 24 | 247 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10111100 | 100111 | 0 | 1000 | 10100 | 10100111 | 101100 | 1000001 |
Color Harmonies of #7DCDBC
Complementary color
Monochromatic Colors of #7DCDBC
Black with #7DCDBC
Text Example
Text Example
White with #7DCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDBC; }
p { color: rgb(125,205,188); }
H1.HeaderClassName
{
color: #7DCDBC;
}
.AnyTagClassName
{
color: #7DCDBC;
}
</style>
background-color css
<style>
a { background-color: #7DCDBC; }
a { background-color: rgb(125,205,188); }
div.DivClassName
{
background-color: #7DCDBC;
}
.BgClassName
{
background-color: #7DCDBC;
}
</style>
border-color css
<style>
span { border-color: #7DCDBC; }
span { border-color: rgb(125,205,188); }
td.TdClassName
{
border-color: #7DCDBC;
}
.TagClassName
{
border-color: #7DCDBC;
}
</style>