Shades of Bermuda #7DDAB2
Tints of Bermuda #7DDAB2
RGB
CMYK
RGB Variations
Color information
#7DDAB2 (or 0x7DDAB2) is known color: Bermuda. HEX triplet: 7D, DA and B2. RGB value is (125,218,178). Sum of RGB (Red+Green+Blue) = 125+218+178=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDAB2 is #82254D. Grayscale: #B9B9B9. Windows color (decimal): -8529230 or 11721341. OLE color: 11721341.
HSL color Cylindrical-coordinate representation of color #7DDAB2: hue angle of 154.19º 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 #7DDAB2 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 178 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.15 |
| HSL | 154.19º | 0.56% | 0.67% | - |
| HSV(B) | 154.19º | 0.43% | 0.85% | - |
| XYZ | 41.56 | 57.72 | 51.07 | - |
| YUV | 185.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 178 | 0.43 | 0 | 0.18 | 0.15 | 154.19 | 0.56 | 0.67 |
| Hex | 7D | DA | B2 | 2B | 0 | 12 | F | 9A | 38 | 43 |
| Octal | 175 | 332 | 262 | 53 | 0 | 22 | 17 | 232 | 70 | 103 |
| Binary | 1111101 | 11011010 | 10110010 | 101011 | 0 | 10010 | 1111 | 10011010 | 111000 | 1000011 |
Color Harmonies of #7DDAB2
Complementary color
Monochromatic Colors of #7DDAB2
Black with #7DDAB2
Text Example
Text Example
White with #7DDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDAB2; }
p { color: rgb(125,218,178); }
H1.HeaderClassName
{
color: #7DDAB2;
}
.AnyTagClassName
{
color: #7DDAB2;
}
</style>
background-color css
<style>
a { background-color: #7DDAB2; }
a { background-color: rgb(125,218,178); }
div.DivClassName
{
background-color: #7DDAB2;
}
.BgClassName
{
background-color: #7DDAB2;
}
</style>
border-color css
<style>
span { border-color: #7DDAB2; }
span { border-color: rgb(125,218,178); }
td.TdClassName
{
border-color: #7DDAB2;
}
.TagClassName
{
border-color: #7DDAB2;
}
</style>