Shades of Bermuda #80D5BA
Tints of Bermuda #80D5BA
RGB
CMYK
RGB Variations
Color information
#80D5BA (or 0x80D5BA) is known color: Bermuda. HEX triplet: 80, D5 and BA. RGB value is (128,213,186). Sum of RGB (Red+Green+Blue) = 128+213+186=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D5BA is #7F2A45. Grayscale: #B8B8B8. Windows color (decimal): -8333894 or 12244352. OLE color: 12244352.
HSL color Cylindrical-coordinate representation of color #80D5BA: hue angle of 160.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5BA is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 186 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.16 |
| HSL | 160.94º | 0.5% | 0.67% | - |
| HSV(B) | 160.94º | 0.4% | 0.84% | - |
| XYZ | 41.56 | 55.72 | 55.02 | - |
| YUV | 184.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 186 | 0.40 | 0 | 0.13 | 0.16 | 160.94 | 0.5 | 0.67 |
| Hex | 80 | D5 | BA | 28 | 0 | D | 10 | A1 | 32 | 43 |
| Octal | 200 | 325 | 272 | 50 | 0 | 15 | 20 | 241 | 62 | 103 |
| Binary | 10000000 | 11010101 | 10111010 | 101000 | 0 | 1101 | 10000 | 10100001 | 110010 | 1000011 |
Color Harmonies of #80D5BA
Complementary color
Monochromatic Colors of #80D5BA
Black with #80D5BA
Text Example
Text Example
White with #80D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D5BA; }
p { color: rgb(128,213,186); }
H1.HeaderClassName
{
color: #80D5BA;
}
.AnyTagClassName
{
color: #80D5BA;
}
</style>
background-color css
<style>
a { background-color: #80D5BA; }
a { background-color: rgb(128,213,186); }
div.DivClassName
{
background-color: #80D5BA;
}
.BgClassName
{
background-color: #80D5BA;
}
</style>
border-color css
<style>
span { border-color: #80D5BA; }
span { border-color: rgb(128,213,186); }
td.TdClassName
{
border-color: #80D5BA;
}
.TagClassName
{
border-color: #80D5BA;
}
</style>