Shades of Bermuda #7DCDBD
Tints of Bermuda #7DCDBD
RGB
CMYK
RGB Variations
Color information
#7DCDBD (or 0x7DCDBD) is known color: Bermuda. HEX triplet: 7D, CD and BD. RGB value is (125,205,189). Sum of RGB (Red+Green+Blue) = 125+205+189=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDBD is #823242. Grayscale: #B3B3B3. Windows color (decimal): -8532547 or 12438909. OLE color: 12438909.
HSL color Cylindrical-coordinate representation of color #7DCDBD: hue angle of 168º 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 #7DCDBD is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 189 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.20 |
| HSL | 168º | 0.44% | 0.65% | - |
| HSV(B) | 168º | 0.39% | 0.8% | - |
| XYZ | 39.47 | 51.7 | 56.04 | - |
| YUV | 179.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 189 | 0.39 | 0 | 0.08 | 0.20 | 168 | 0.44 | 0.65 |
| Hex | 7D | CD | BD | 27 | 0 | 8 | 14 | A8 | 2C | 41 |
| Octal | 175 | 315 | 275 | 47 | 0 | 10 | 24 | 250 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10111101 | 100111 | 0 | 1000 | 10100 | 10101000 | 101100 | 1000001 |
Color Harmonies of #7DCDBD
Complementary color
Monochromatic Colors of #7DCDBD
Black with #7DCDBD
Text Example
Text Example
White with #7DCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDBD; }
p { color: rgb(125,205,189); }
H1.HeaderClassName
{
color: #7DCDBD;
}
.AnyTagClassName
{
color: #7DCDBD;
}
</style>
background-color css
<style>
a { background-color: #7DCDBD; }
a { background-color: rgb(125,205,189); }
div.DivClassName
{
background-color: #7DCDBD;
}
.BgClassName
{
background-color: #7DCDBD;
}
</style>
border-color css
<style>
span { border-color: #7DCDBD; }
span { border-color: rgb(125,205,189); }
td.TdClassName
{
border-color: #7DCDBD;
}
.TagClassName
{
border-color: #7DCDBD;
}
</style>