Shades of Bermuda #7DDBBC
Tints of Bermuda #7DDBBC
RGB
CMYK
RGB Variations
Color information
#7DDBBC (or 0x7DDBBC) is known color: Bermuda. HEX triplet: 7D, DB and BC. RGB value is (125,219,188). Sum of RGB (Red+Green+Blue) = 125+219+188=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDBBC is #822443. Grayscale: #BBBBBB. Windows color (decimal): -8528964 or 12376957. OLE color: 12376957.
HSL color Cylindrical-coordinate representation of color #7DDBBC: hue angle of 160.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDBBC is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 188 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.14 |
| HSL | 160.21º | 0.57% | 0.67% | - |
| HSV(B) | 160.21º | 0.43% | 0.86% | - |
| XYZ | 42.87 | 58.65 | 56.64 | - |
| YUV | 187.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 188 | 0.43 | 0 | 0.14 | 0.14 | 160.21 | 0.57 | 0.67 |
| Hex | 7D | DB | BC | 2B | 0 | E | E | A0 | 39 | 43 |
| Octal | 175 | 333 | 274 | 53 | 0 | 16 | 16 | 240 | 71 | 103 |
| Binary | 1111101 | 11011011 | 10111100 | 101011 | 0 | 1110 | 1110 | 10100000 | 111001 | 1000011 |
Color Harmonies of #7DDBBC
Complementary color
Monochromatic Colors of #7DDBBC
Black with #7DDBBC
Text Example
Text Example
White with #7DDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDBBC; }
p { color: rgb(125,219,188); }
H1.HeaderClassName
{
color: #7DDBBC;
}
.AnyTagClassName
{
color: #7DDBBC;
}
</style>
background-color css
<style>
a { background-color: #7DDBBC; }
a { background-color: rgb(125,219,188); }
div.DivClassName
{
background-color: #7DDBBC;
}
.BgClassName
{
background-color: #7DDBBC;
}
</style>
border-color css
<style>
span { border-color: #7DDBBC; }
span { border-color: rgb(125,219,188); }
td.TdClassName
{
border-color: #7DDBBC;
}
.TagClassName
{
border-color: #7DDBBC;
}
</style>