Shades of Bermuda #80D0BE
Tints of Bermuda #80D0BE
RGB
CMYK
RGB Variations
Color information
#80D0BE (or 0x80D0BE) is known color: Bermuda. HEX triplet: 80, D0 and BE. RGB value is (128,208,190). Sum of RGB (Red+Green+Blue) = 128+208+190=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0BE is #7F2F41. Grayscale: #B6B6B6. Windows color (decimal): -8335170 or 12505216. OLE color: 12505216.
HSL color Cylindrical-coordinate representation of color #80D0BE: hue angle of 166.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0BE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 190 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.18 |
| HSL | 166.5º | 0.46% | 0.66% | - |
| HSV(B) | 166.5º | 0.38% | 0.82% | - |
| XYZ | 40.75 | 53.42 | 56.88 | - |
| YUV | 182.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 190 | 0.38 | 0 | 0.09 | 0.18 | 166.5 | 0.46 | 0.66 |
| Hex | 80 | D0 | BE | 26 | 0 | 9 | 12 | A6 | 2E | 42 |
| Octal | 200 | 320 | 276 | 46 | 0 | 11 | 22 | 246 | 56 | 102 |
| Binary | 10000000 | 11010000 | 10111110 | 100110 | 0 | 1001 | 10010 | 10100110 | 101110 | 1000010 |
Color Harmonies of #80D0BE
Complementary color
Monochromatic Colors of #80D0BE
Black with #80D0BE
Text Example
Text Example
White with #80D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0BE; }
p { color: rgb(128,208,190); }
H1.HeaderClassName
{
color: #80D0BE;
}
.AnyTagClassName
{
color: #80D0BE;
}
</style>
background-color css
<style>
a { background-color: #80D0BE; }
a { background-color: rgb(128,208,190); }
div.DivClassName
{
background-color: #80D0BE;
}
.BgClassName
{
background-color: #80D0BE;
}
</style>
border-color css
<style>
span { border-color: #80D0BE; }
span { border-color: rgb(128,208,190); }
td.TdClassName
{
border-color: #80D0BE;
}
.TagClassName
{
border-color: #80D0BE;
}
</style>