Shades of Bermuda #80E0BB
Tints of Bermuda #80E0BB
RGB
CMYK
RGB Variations
Color information
#80E0BB (or 0x80E0BB) is known color: Bermuda. HEX triplet: 80, E0 and BB. RGB value is (128,224,187). Sum of RGB (Red+Green+Blue) = 128+224+187=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #80E0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80E0BB is #7F1F44. Grayscale: #BFBFBF. Windows color (decimal): -8331077 or 12312704. OLE color: 12312704.
HSL color Cylindrical-coordinate representation of color #80E0BB: hue angle of 156.88º degrees, saturation: 0.61, 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 #80E0BB is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 187 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.12 |
| HSL | 156.88º | 0.61% | 0.69% | - |
| HSV(B) | 156.88º | 0.43% | 0.88% | - |
| XYZ | 44.53 | 61.49 | 56.54 | - |
| YUV | 191.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 187 | 0.43 | 0 | 0.17 | 0.12 | 156.88 | 0.61 | 0.69 |
| Hex | 80 | E0 | BB | 2B | 0 | 11 | C | 9D | 3D | 45 |
| Octal | 200 | 340 | 273 | 53 | 0 | 21 | 14 | 235 | 75 | 105 |
| Binary | 10000000 | 11100000 | 10111011 | 101011 | 0 | 10001 | 1100 | 10011101 | 111101 | 1000101 |
Color Harmonies of #80E0BB
Complementary color
Monochromatic Colors of #80E0BB
Black with #80E0BB
Text Example
Text Example
White with #80E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E0BB; }
p { color: rgb(128,224,187); }
H1.HeaderClassName
{
color: #80E0BB;
}
.AnyTagClassName
{
color: #80E0BB;
}
</style>
background-color css
<style>
a { background-color: #80E0BB; }
a { background-color: rgb(128,224,187); }
div.DivClassName
{
background-color: #80E0BB;
}
.BgClassName
{
background-color: #80E0BB;
}
</style>
border-color css
<style>
span { border-color: #80E0BB; }
span { border-color: rgb(128,224,187); }
td.TdClassName
{
border-color: #80E0BB;
}
.TagClassName
{
border-color: #80E0BB;
}
</style>