Shades of Bermuda #80DABC
Tints of Bermuda #80DABC
RGB
CMYK
RGB Variations
Color information
#80DABC (or 0x80DABC) is known color: Bermuda. HEX triplet: 80, DA and BC. RGB value is (128,218,188). Sum of RGB (Red+Green+Blue) = 128+218+188=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #80DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DABC is #7F2543. Grayscale: #BBBBBB. Windows color (decimal): -8332612 or 12376704. OLE color: 12376704.
HSL color Cylindrical-coordinate representation of color #80DABC: hue angle of 160º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DABC is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 188 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.15 |
| HSL | 160º | 0.55% | 0.68% | - |
| HSV(B) | 160º | 0.41% | 0.85% | - |
| XYZ | 43.05 | 58.36 | 56.57 | - |
| YUV | 187.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 188 | 0.41 | 0 | 0.14 | 0.15 | 160 | 0.55 | 0.68 |
| Hex | 80 | DA | BC | 29 | 0 | E | F | A0 | 37 | 44 |
| Octal | 200 | 332 | 274 | 51 | 0 | 16 | 17 | 240 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10111100 | 101001 | 0 | 1110 | 1111 | 10100000 | 110111 | 1000100 |
Color Harmonies of #80DABC
Complementary color
Monochromatic Colors of #80DABC
Black with #80DABC
Text Example
Text Example
White with #80DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DABC; }
p { color: rgb(128,218,188); }
H1.HeaderClassName
{
color: #80DABC;
}
.AnyTagClassName
{
color: #80DABC;
}
</style>
background-color css
<style>
a { background-color: #80DABC; }
a { background-color: rgb(128,218,188); }
div.DivClassName
{
background-color: #80DABC;
}
.BgClassName
{
background-color: #80DABC;
}
</style>
border-color css
<style>
span { border-color: #80DABC; }
span { border-color: rgb(128,218,188); }
td.TdClassName
{
border-color: #80DABC;
}
.TagClassName
{
border-color: #80DABC;
}
</style>