Shades of Bermuda #7DDCBF
Tints of Bermuda #7DDCBF
RGB
CMYK
RGB Variations
Color information
#7DDCBF (or 0x7DDCBF) is known color: Bermuda. HEX triplet: 7D, DC and BF. RGB value is (125,220,191). Sum of RGB (Red+Green+Blue) = 125+220+191=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCBF is #822340. Grayscale: #BCBCBC. Windows color (decimal): -8528705 or 12573821. OLE color: 12573821.
HSL color Cylindrical-coordinate representation of color #7DDCBF: hue angle of 161.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCBF is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 191 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.14 |
| HSL | 161.68º | 0.58% | 0.68% | - |
| HSV(B) | 161.68º | 0.43% | 0.86% | - |
| XYZ | 43.45 | 59.31 | 58.45 | - |
| YUV | 188.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 191 | 0.43 | 0 | 0.13 | 0.14 | 161.68 | 0.58 | 0.68 |
| Hex | 7D | DC | BF | 2B | 0 | D | E | A2 | 3A | 44 |
| Octal | 175 | 334 | 277 | 53 | 0 | 15 | 16 | 242 | 72 | 104 |
| Binary | 1111101 | 11011100 | 10111111 | 101011 | 0 | 1101 | 1110 | 10100010 | 111010 | 1000100 |
Color Harmonies of #7DDCBF
Complementary color
Monochromatic Colors of #7DDCBF
Black with #7DDCBF
Text Example
Text Example
White with #7DDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDCBF; }
p { color: rgb(125,220,191); }
H1.HeaderClassName
{
color: #7DDCBF;
}
.AnyTagClassName
{
color: #7DDCBF;
}
</style>
background-color css
<style>
a { background-color: #7DDCBF; }
a { background-color: rgb(125,220,191); }
div.DivClassName
{
background-color: #7DDCBF;
}
.BgClassName
{
background-color: #7DDCBF;
}
</style>
border-color css
<style>
span { border-color: #7DDCBF; }
span { border-color: rgb(125,220,191); }
td.TdClassName
{
border-color: #7DDCBF;
}
.TagClassName
{
border-color: #7DDCBF;
}
</style>