Shades of Bermuda #7EE1B8
Tints of Bermuda #7EE1B8
RGB
CMYK
RGB Variations
Color information
#7EE1B8 (or 0x7EE1B8) is known color: Bermuda. HEX triplet: 7E, E1 and B8. RGB value is (126,225,184). Sum of RGB (Red+Green+Blue) = 126+225+184=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE1B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE1B8 is #811E47. Grayscale: #BEBEBE. Windows color (decimal): -8461896 or 12116350. OLE color: 12116350.
HSL color Cylindrical-coordinate representation of color #7EE1B8: hue angle of 155.15º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE1B8 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 184 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.12 |
| HSL | 155.15º | 0.62% | 0.69% | - |
| HSV(B) | 155.15º | 0.44% | 0.88% | - |
| XYZ | 44.18 | 61.75 | 54.94 | - |
| YUV | 190.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 184 | 0.44 | 0 | 0.18 | 0.12 | 155.15 | 0.62 | 0.69 |
| Hex | 7E | E1 | B8 | 2C | 0 | 12 | C | 9B | 3E | 45 |
| Octal | 176 | 341 | 270 | 54 | 0 | 22 | 14 | 233 | 76 | 105 |
| Binary | 1111110 | 11100001 | 10111000 | 101100 | 0 | 10010 | 1100 | 10011011 | 111110 | 1000101 |
Color Harmonies of #7EE1B8
Complementary color
Monochromatic Colors of #7EE1B8
Black with #7EE1B8
Text Example
Text Example
White with #7EE1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1B8; }
p { color: rgb(126,225,184); }
H1.HeaderClassName
{
color: #7EE1B8;
}
.AnyTagClassName
{
color: #7EE1B8;
}
</style>
background-color css
<style>
a { background-color: #7EE1B8; }
a { background-color: rgb(126,225,184); }
div.DivClassName
{
background-color: #7EE1B8;
}
.BgClassName
{
background-color: #7EE1B8;
}
</style>
border-color css
<style>
span { border-color: #7EE1B8; }
span { border-color: rgb(126,225,184); }
td.TdClassName
{
border-color: #7EE1B8;
}
.TagClassName
{
border-color: #7EE1B8;
}
</style>