Shades of Bermuda #7ED4C8
Tints of Bermuda #7ED4C8
RGB
CMYK
RGB Variations
Color information
#7ED4C8 (or 0x7ED4C8) is known color: Bermuda. HEX triplet: 7E, D4 and C8. RGB value is (126,212,200). Sum of RGB (Red+Green+Blue) = 126+212+200=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED4C8 is #812B37. Grayscale: #B8B8B8. Windows color (decimal): -8465208 or 13161598. OLE color: 13161598.
HSL color Cylindrical-coordinate representation of color #7ED4C8: hue angle of 171.63º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED4C8 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 200 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.17 |
| HSL | 171.63º | 0.5% | 0.66% | - |
| HSV(B) | 171.63º | 0.41% | 0.83% | - |
| XYZ | 42.57 | 55.69 | 63.15 | - |
| YUV | 184.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 200 | 0.41 | 0 | 0.06 | 0.17 | 171.63 | 0.5 | 0.66 |
| Hex | 7E | D4 | C8 | 29 | 0 | 6 | 11 | AC | 32 | 42 |
| Octal | 176 | 324 | 310 | 51 | 0 | 6 | 21 | 254 | 62 | 102 |
| Binary | 1111110 | 11010100 | 11001000 | 101001 | 0 | 110 | 10001 | 10101100 | 110010 | 1000010 |
Color Harmonies of #7ED4C8
Complementary color
Monochromatic Colors of #7ED4C8
Black with #7ED4C8
Text Example
Text Example
White with #7ED4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4C8; }
p { color: rgb(126,212,200); }
H1.HeaderClassName
{
color: #7ED4C8;
}
.AnyTagClassName
{
color: #7ED4C8;
}
</style>
background-color css
<style>
a { background-color: #7ED4C8; }
a { background-color: rgb(126,212,200); }
div.DivClassName
{
background-color: #7ED4C8;
}
.BgClassName
{
background-color: #7ED4C8;
}
</style>
border-color css
<style>
span { border-color: #7ED4C8; }
span { border-color: rgb(126,212,200); }
td.TdClassName
{
border-color: #7ED4C8;
}
.TagClassName
{
border-color: #7ED4C8;
}
</style>