Shades of Bermuda #80E1BA
Tints of Bermuda #80E1BA
RGB
CMYK
RGB Variations
Color information
#80E1BA (or 0x80E1BA) is known color: Bermuda. HEX triplet: 80, E1 and BA. RGB value is (128,225,186). Sum of RGB (Red+Green+Blue) = 128+225+186=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E1BA is #7F1E45. Grayscale: #BFBFBF. Windows color (decimal): -8330822 or 12247424. OLE color: 12247424.
HSL color Cylindrical-coordinate representation of color #80E1BA: hue angle of 155.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1BA is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 186 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.12 |
| HSL | 155.88º | 0.62% | 0.69% | - |
| HSV(B) | 155.88º | 0.43% | 0.88% | - |
| XYZ | 44.69 | 61.98 | 56.06 | - |
| YUV | 191.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 186 | 0.43 | 0 | 0.17 | 0.12 | 155.88 | 0.62 | 0.69 |
| Hex | 80 | E1 | BA | 2B | 0 | 11 | C | 9C | 3E | 45 |
| Octal | 200 | 341 | 272 | 53 | 0 | 21 | 14 | 234 | 76 | 105 |
| Binary | 10000000 | 11100001 | 10111010 | 101011 | 0 | 10001 | 1100 | 10011100 | 111110 | 1000101 |
Color Harmonies of #80E1BA
Complementary color
Monochromatic Colors of #80E1BA
Black with #80E1BA
Text Example
Text Example
White with #80E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E1BA; }
p { color: rgb(128,225,186); }
H1.HeaderClassName
{
color: #80E1BA;
}
.AnyTagClassName
{
color: #80E1BA;
}
</style>
background-color css
<style>
a { background-color: #80E1BA; }
a { background-color: rgb(128,225,186); }
div.DivClassName
{
background-color: #80E1BA;
}
.BgClassName
{
background-color: #80E1BA;
}
</style>
border-color css
<style>
span { border-color: #80E1BA; }
span { border-color: rgb(128,225,186); }
td.TdClassName
{
border-color: #80E1BA;
}
.TagClassName
{
border-color: #80E1BA;
}
</style>