Shades of Bermuda #7DDDBC
Tints of Bermuda #7DDDBC
RGB
CMYK
RGB Variations
Color information
#7DDDBC (or 0x7DDDBC) is known color: Bermuda. HEX triplet: 7D, DD and BC. RGB value is (125,221,188). Sum of RGB (Red+Green+Blue) = 125+221+188=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDBC is #822243. Grayscale: #BCBCBC. Windows color (decimal): -8528452 or 12377469. OLE color: 12377469.
HSL color Cylindrical-coordinate representation of color #7DDDBC: hue angle of 159.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDBC is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 188 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.13 |
| HSL | 159.38º | 0.59% | 0.68% | - |
| HSV(B) | 159.38º | 0.43% | 0.87% | - |
| XYZ | 43.39 | 59.7 | 56.81 | - |
| YUV | 188.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 188 | 0.43 | 0 | 0.15 | 0.13 | 159.38 | 0.59 | 0.68 |
| Hex | 7D | DD | BC | 2B | 0 | F | D | 9F | 3B | 44 |
| Octal | 175 | 335 | 274 | 53 | 0 | 17 | 15 | 237 | 73 | 104 |
| Binary | 1111101 | 11011101 | 10111100 | 101011 | 0 | 1111 | 1101 | 10011111 | 111011 | 1000100 |
Color Harmonies of #7DDDBC
Complementary color
Monochromatic Colors of #7DDDBC
Black with #7DDDBC
Text Example
Text Example
White with #7DDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDBC; }
p { color: rgb(125,221,188); }
H1.HeaderClassName
{
color: #7DDDBC;
}
.AnyTagClassName
{
color: #7DDDBC;
}
</style>
background-color css
<style>
a { background-color: #7DDDBC; }
a { background-color: rgb(125,221,188); }
div.DivClassName
{
background-color: #7DDDBC;
}
.BgClassName
{
background-color: #7DDDBC;
}
</style>
border-color css
<style>
span { border-color: #7DDDBC; }
span { border-color: rgb(125,221,188); }
td.TdClassName
{
border-color: #7DDDBC;
}
.TagClassName
{
border-color: #7DDDBC;
}
</style>