Shades of Bermuda #7DDABB
Tints of Bermuda #7DDABB
RGB
CMYK
RGB Variations
Color information
#7DDABB (or 0x7DDABB) is known color: Bermuda. HEX triplet: 7D, DA and BB. RGB value is (125,218,187). Sum of RGB (Red+Green+Blue) = 125+218+187=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDABB is #822544. Grayscale: #BABABA. Windows color (decimal): -8529221 or 12311165. OLE color: 12311165.
HSL color Cylindrical-coordinate representation of color #7DDABB: hue angle of 160º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDABB is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 187 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.15 |
| HSL | 160º | 0.56% | 0.67% | - |
| HSV(B) | 160º | 0.43% | 0.85% | - |
| XYZ | 42.5 | 58.09 | 55.99 | - |
| YUV | 186.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 187 | 0.43 | 0 | 0.14 | 0.15 | 160 | 0.56 | 0.67 |
| Hex | 7D | DA | BB | 2B | 0 | E | F | A0 | 38 | 43 |
| Octal | 175 | 332 | 273 | 53 | 0 | 16 | 17 | 240 | 70 | 103 |
| Binary | 1111101 | 11011010 | 10111011 | 101011 | 0 | 1110 | 1111 | 10100000 | 111000 | 1000011 |
Color Harmonies of #7DDABB
Complementary color
Monochromatic Colors of #7DDABB
Black with #7DDABB
Text Example
Text Example
White with #7DDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDABB; }
p { color: rgb(125,218,187); }
H1.HeaderClassName
{
color: #7DDABB;
}
.AnyTagClassName
{
color: #7DDABB;
}
</style>
background-color css
<style>
a { background-color: #7DDABB; }
a { background-color: rgb(125,218,187); }
div.DivClassName
{
background-color: #7DDABB;
}
.BgClassName
{
background-color: #7DDABB;
}
</style>
border-color css
<style>
span { border-color: #7DDABB; }
span { border-color: rgb(125,218,187); }
td.TdClassName
{
border-color: #7DDABB;
}
.TagClassName
{
border-color: #7DDABB;
}
</style>