Shades of Bermuda #80DFBC
Tints of Bermuda #80DFBC
RGB
CMYK
RGB Variations
Color information
#80DFBC (or 0x80DFBC) is known color: Bermuda. HEX triplet: 80, DF and BC. RGB value is (128,223,188). Sum of RGB (Red+Green+Blue) = 128+223+188=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFBC is #7F2043. Grayscale: #BEBEBE. Windows color (decimal): -8331332 or 12377984. OLE color: 12377984.
HSL color Cylindrical-coordinate representation of color #80DFBC: hue angle of 157.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFBC is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 188 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.13 |
| HSL | 157.89º | 0.6% | 0.69% | - |
| HSV(B) | 157.89º | 0.43% | 0.87% | - |
| XYZ | 44.37 | 61 | 57.01 | - |
| YUV | 190.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 188 | 0.43 | 0 | 0.16 | 0.13 | 157.89 | 0.6 | 0.69 |
| Hex | 80 | DF | BC | 2B | 0 | 10 | D | 9E | 3C | 45 |
| Octal | 200 | 337 | 274 | 53 | 0 | 20 | 15 | 236 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10111100 | 101011 | 0 | 10000 | 1101 | 10011110 | 111100 | 1000101 |
Color Harmonies of #80DFBC
Complementary color
Monochromatic Colors of #80DFBC
Black with #80DFBC
Text Example
Text Example
White with #80DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFBC; }
p { color: rgb(128,223,188); }
H1.HeaderClassName
{
color: #80DFBC;
}
.AnyTagClassName
{
color: #80DFBC;
}
</style>
background-color css
<style>
a { background-color: #80DFBC; }
a { background-color: rgb(128,223,188); }
div.DivClassName
{
background-color: #80DFBC;
}
.BgClassName
{
background-color: #80DFBC;
}
</style>
border-color css
<style>
span { border-color: #80DFBC; }
span { border-color: rgb(128,223,188); }
td.TdClassName
{
border-color: #80DFBC;
}
.TagClassName
{
border-color: #80DFBC;
}
</style>