Shades of Bermuda #7DDABC
Tints of Bermuda #7DDABC
RGB
CMYK
RGB Variations
Color information
#7DDABC (or 0x7DDABC) is known color: Bermuda. HEX triplet: 7D, DA and BC. RGB value is (125,218,188). Sum of RGB (Red+Green+Blue) = 125+218+188=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDABC is #822543. Grayscale: #BABABA. Windows color (decimal): -8529220 or 12376701. OLE color: 12376701.
HSL color Cylindrical-coordinate representation of color #7DDABC: hue angle of 160.65º 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 #7DDABC is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 188 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.15 |
| HSL | 160.65º | 0.56% | 0.67% | - |
| HSV(B) | 160.65º | 0.43% | 0.85% | - |
| XYZ | 42.61 | 58.13 | 56.55 | - |
| YUV | 186.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 188 | 0.43 | 0 | 0.14 | 0.15 | 160.65 | 0.56 | 0.67 |
| Hex | 7D | DA | BC | 2B | 0 | E | F | A1 | 38 | 43 |
| Octal | 175 | 332 | 274 | 53 | 0 | 16 | 17 | 241 | 70 | 103 |
| Binary | 1111101 | 11011010 | 10111100 | 101011 | 0 | 1110 | 1111 | 10100001 | 111000 | 1000011 |
Color Harmonies of #7DDABC
Complementary color
Monochromatic Colors of #7DDABC
Black with #7DDABC
Text Example
Text Example
White with #7DDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDABC; }
p { color: rgb(125,218,188); }
H1.HeaderClassName
{
color: #7DDABC;
}
.AnyTagClassName
{
color: #7DDABC;
}
</style>
background-color css
<style>
a { background-color: #7DDABC; }
a { background-color: rgb(125,218,188); }
div.DivClassName
{
background-color: #7DDABC;
}
.BgClassName
{
background-color: #7DDABC;
}
</style>
border-color css
<style>
span { border-color: #7DDABC; }
span { border-color: rgb(125,218,188); }
td.TdClassName
{
border-color: #7DDABC;
}
.TagClassName
{
border-color: #7DDABC;
}
</style>