Shades of Bermuda #80D6BE
Tints of Bermuda #80D6BE
RGB
CMYK
RGB Variations
Color information
#80D6BE (or 0x80D6BE) is known color: Bermuda. HEX triplet: 80, D6 and BE. RGB value is (128,214,190). Sum of RGB (Red+Green+Blue) = 128+214+190=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6BE is #7F2941. Grayscale: #B9B9B9. Windows color (decimal): -8333634 or 12506752. OLE color: 12506752.
HSL color Cylindrical-coordinate representation of color #80D6BE: hue angle of 163.26º degrees, saturation: 0.51, 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 #80D6BE is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 190 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.16 |
| HSL | 163.26º | 0.51% | 0.67% | - |
| HSV(B) | 163.26º | 0.4% | 0.84% | - |
| XYZ | 42.24 | 56.4 | 57.38 | - |
| YUV | 185.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 190 | 0.40 | 0 | 0.11 | 0.16 | 163.26 | 0.51 | 0.67 |
| Hex | 80 | D6 | BE | 28 | 0 | B | 10 | A3 | 33 | 43 |
| Octal | 200 | 326 | 276 | 50 | 0 | 13 | 20 | 243 | 63 | 103 |
| Binary | 10000000 | 11010110 | 10111110 | 101000 | 0 | 1011 | 10000 | 10100011 | 110011 | 1000011 |
Color Harmonies of #80D6BE
Complementary color
Monochromatic Colors of #80D6BE
Black with #80D6BE
Text Example
Text Example
White with #80D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6BE; }
p { color: rgb(128,214,190); }
H1.HeaderClassName
{
color: #80D6BE;
}
.AnyTagClassName
{
color: #80D6BE;
}
</style>
background-color css
<style>
a { background-color: #80D6BE; }
a { background-color: rgb(128,214,190); }
div.DivClassName
{
background-color: #80D6BE;
}
.BgClassName
{
background-color: #80D6BE;
}
</style>
border-color css
<style>
span { border-color: #80D6BE; }
span { border-color: rgb(128,214,190); }
td.TdClassName
{
border-color: #80D6BE;
}
.TagClassName
{
border-color: #80D6BE;
}
</style>