Shades of Bermuda #7EDDBD
Tints of Bermuda #7EDDBD
RGB
CMYK
RGB Variations
Color information
#7EDDBD (or 0x7EDDBD) is known color: Bermuda. HEX triplet: 7E, DD and BD. RGB value is (126,221,189). Sum of RGB (Red+Green+Blue) = 126+221+189=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDBD is #812242. Grayscale: #BCBCBC. Windows color (decimal): -8462915 or 12443006. OLE color: 12443006.
HSL color Cylindrical-coordinate representation of color #7EDDBD: hue angle of 159.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDBD is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 126 | 221 | 189 | - |
CMYK | 0.43 | 0 | 0.14 | 0.13 |
HSL | 159.79º | 0.58% | 0.68% | - |
HSV(B) | 159.79º | 0.43% | 0.87% | - |
XYZ | 43.65 | 59.82 | 57.39 | - |
YUV | 188.95 | 128.03 | 83.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 221 | 189 | 0.43 | 0 | 0.14 | 0.13 | 159.79 | 0.58 | 0.68 |
Hex | 7E | DD | BD | 2B | 0 | E | D | A0 | 3A | 44 |
Octal | 176 | 335 | 275 | 53 | 0 | 16 | 15 | 240 | 72 | 104 |
Binary | 1111110 | 11011101 | 10111101 | 101011 | 0 | 1110 | 1101 | 10100000 | 111010 | 1000100 |
Color Harmonies of #7EDDBD
Complementary color
Monochromatic Colors of #7EDDBD
Black with #7EDDBD
Text Example
Text Example
White with #7EDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDBD; }
p { color: rgb(126,221,189); }
H1.HeaderClassName
{
color: #7EDDBD;
}
.AnyTagClassName
{
color: #7EDDBD;
}
</style>
background-color css
<style>
a { background-color: #7EDDBD; }
a { background-color: rgb(126,221,189); }
div.DivClassName
{
background-color: #7EDDBD;
}
.BgClassName
{
background-color: #7EDDBD;
}
</style>
border-color css
<style>
span { border-color: #7EDDBD; }
span { border-color: rgb(126,221,189); }
td.TdClassName
{
border-color: #7EDDBD;
}
.TagClassName
{
border-color: #7EDDBD;
}
</style>