Shades of Bermuda #80DCBC
Tints of Bermuda #80DCBC
RGB
CMYK
RGB Variations
Color information
#80DCBC (or 0x80DCBC) is known color: Bermuda. HEX triplet: 80, DC and BC. RGB value is (128,220,188). Sum of RGB (Red+Green+Blue) = 128+220+188=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCBC is #7F2343. Grayscale: #BCBCBC. Windows color (decimal): -8332100 or 12377216. OLE color: 12377216.
HSL color Cylindrical-coordinate representation of color #80DCBC: hue angle of 159.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCBC is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 188 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.14 |
| HSL | 159.13º | 0.57% | 0.68% | - |
| HSV(B) | 159.13º | 0.42% | 0.86% | - |
| XYZ | 43.57 | 59.41 | 56.75 | - |
| YUV | 188.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 188 | 0.42 | 0 | 0.15 | 0.14 | 159.13 | 0.57 | 0.68 |
| Hex | 80 | DC | BC | 2A | 0 | F | E | 9F | 39 | 44 |
| Octal | 200 | 334 | 274 | 52 | 0 | 17 | 16 | 237 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10111100 | 101010 | 0 | 1111 | 1110 | 10011111 | 111001 | 1000100 |
Color Harmonies of #80DCBC
Complementary color
Monochromatic Colors of #80DCBC
Black with #80DCBC
Text Example
Text Example
White with #80DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCBC; }
p { color: rgb(128,220,188); }
H1.HeaderClassName
{
color: #80DCBC;
}
.AnyTagClassName
{
color: #80DCBC;
}
</style>
background-color css
<style>
a { background-color: #80DCBC; }
a { background-color: rgb(128,220,188); }
div.DivClassName
{
background-color: #80DCBC;
}
.BgClassName
{
background-color: #80DCBC;
}
</style>
border-color css
<style>
span { border-color: #80DCBC; }
span { border-color: rgb(128,220,188); }
td.TdClassName
{
border-color: #80DCBC;
}
.TagClassName
{
border-color: #80DCBC;
}
</style>