Shades of Bermuda #7DDCBD
Tints of Bermuda #7DDCBD
RGB
CMYK
RGB Variations
Color information
#7DDCBD (or 0x7DDCBD) is known color: Bermuda. HEX triplet: 7D, DC and BD. RGB value is (125,220,189). Sum of RGB (Red+Green+Blue) = 125+220+189=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCBD is #822342. Grayscale: #BCBCBC. Windows color (decimal): -8528707 or 12442749. OLE color: 12442749.
HSL color Cylindrical-coordinate representation of color #7DDCBD: hue angle of 160.42º 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 #7DDCBD is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 189 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.14 |
| HSL | 160.42º | 0.58% | 0.68% | - |
| HSV(B) | 160.42º | 0.43% | 0.86% | - |
| XYZ | 43.24 | 59.22 | 57.3 | - |
| YUV | 188.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 189 | 0.43 | 0 | 0.14 | 0.14 | 160.42 | 0.58 | 0.68 |
| Hex | 7D | DC | BD | 2B | 0 | E | E | A0 | 3A | 44 |
| Octal | 175 | 334 | 275 | 53 | 0 | 16 | 16 | 240 | 72 | 104 |
| Binary | 1111101 | 11011100 | 10111101 | 101011 | 0 | 1110 | 1110 | 10100000 | 111010 | 1000100 |
Color Harmonies of #7DDCBD
Complementary color
Monochromatic Colors of #7DDCBD
Black with #7DDCBD
Text Example
Text Example
White with #7DDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDCBD; }
p { color: rgb(125,220,189); }
H1.HeaderClassName
{
color: #7DDCBD;
}
.AnyTagClassName
{
color: #7DDCBD;
}
</style>
background-color css
<style>
a { background-color: #7DDCBD; }
a { background-color: rgb(125,220,189); }
div.DivClassName
{
background-color: #7DDCBD;
}
.BgClassName
{
background-color: #7DDCBD;
}
</style>
border-color css
<style>
span { border-color: #7DDCBD; }
span { border-color: rgb(125,220,189); }
td.TdClassName
{
border-color: #7DDCBD;
}
.TagClassName
{
border-color: #7DDCBD;
}
</style>