Shades of Bermuda #80D1BE
Tints of Bermuda #80D1BE
RGB
CMYK
RGB Variations
Color information
#80D1BE (or 0x80D1BE) is known color: Bermuda. HEX triplet: 80, D1 and BE. RGB value is (128,209,190). Sum of RGB (Red+Green+Blue) = 128+209+190=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #80D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1BE is #7F2E41. Grayscale: #B6B6B6. Windows color (decimal): -8334914 or 12505472. OLE color: 12505472.
HSL color Cylindrical-coordinate representation of color #80D1BE: hue angle of 165.93º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D1BE is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 190 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.18 |
| HSL | 165.93º | 0.47% | 0.66% | - |
| HSV(B) | 165.93º | 0.39% | 0.82% | - |
| XYZ | 41 | 53.91 | 56.96 | - |
| YUV | 182.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 190 | 0.39 | 0 | 0.09 | 0.18 | 165.93 | 0.47 | 0.66 |
| Hex | 80 | D1 | BE | 27 | 0 | 9 | 12 | A6 | 2F | 42 |
| Octal | 200 | 321 | 276 | 47 | 0 | 11 | 22 | 246 | 57 | 102 |
| Binary | 10000000 | 11010001 | 10111110 | 100111 | 0 | 1001 | 10010 | 10100110 | 101111 | 1000010 |
Color Harmonies of #80D1BE
Complementary color
Monochromatic Colors of #80D1BE
Black with #80D1BE
Text Example
Text Example
White with #80D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D1BE; }
p { color: rgb(128,209,190); }
H1.HeaderClassName
{
color: #80D1BE;
}
.AnyTagClassName
{
color: #80D1BE;
}
</style>
background-color css
<style>
a { background-color: #80D1BE; }
a { background-color: rgb(128,209,190); }
div.DivClassName
{
background-color: #80D1BE;
}
.BgClassName
{
background-color: #80D1BE;
}
</style>
border-color css
<style>
span { border-color: #80D1BE; }
span { border-color: rgb(128,209,190); }
td.TdClassName
{
border-color: #80D1BE;
}
.TagClassName
{
border-color: #80D1BE;
}
</style>