Shades of Bermuda #7DDDBB
Tints of Bermuda #7DDDBB
RGB
CMYK
RGB Variations
Color information
#7DDDBB (or 0x7DDDBB) is known color: Bermuda. HEX triplet: 7D, DD and BB. RGB value is (125,221,187). Sum of RGB (Red+Green+Blue) = 125+221+187=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDBB is #822244. Grayscale: #BCBCBC. Windows color (decimal): -8528453 or 12311933. OLE color: 12311933.
HSL color Cylindrical-coordinate representation of color #7DDDBB: hue angle of 158.75º 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 #7DDDBB is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 187 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.13 |
| HSL | 158.75º | 0.59% | 0.68% | - |
| HSV(B) | 158.75º | 0.43% | 0.87% | - |
| XYZ | 43.28 | 59.66 | 56.25 | - |
| YUV | 188.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 187 | 0.43 | 0 | 0.15 | 0.13 | 158.75 | 0.59 | 0.68 |
| Hex | 7D | DD | BB | 2B | 0 | F | D | 9F | 3B | 44 |
| Octal | 175 | 335 | 273 | 53 | 0 | 17 | 15 | 237 | 73 | 104 |
| Binary | 1111101 | 11011101 | 10111011 | 101011 | 0 | 1111 | 1101 | 10011111 | 111011 | 1000100 |
Color Harmonies of #7DDDBB
Complementary color
Monochromatic Colors of #7DDDBB
Black with #7DDDBB
Text Example
Text Example
White with #7DDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDBB; }
p { color: rgb(125,221,187); }
H1.HeaderClassName
{
color: #7DDDBB;
}
.AnyTagClassName
{
color: #7DDDBB;
}
</style>
background-color css
<style>
a { background-color: #7DDDBB; }
a { background-color: rgb(125,221,187); }
div.DivClassName
{
background-color: #7DDDBB;
}
.BgClassName
{
background-color: #7DDDBB;
}
</style>
border-color css
<style>
span { border-color: #7DDDBB; }
span { border-color: rgb(125,221,187); }
td.TdClassName
{
border-color: #7DDDBB;
}
.TagClassName
{
border-color: #7DDDBB;
}
</style>