Shades of Bermuda #80D4B8
Tints of Bermuda #80D4B8
RGB
CMYK
RGB Variations
Color information
#80D4B8 (or 0x80D4B8) is known color: Bermuda. HEX triplet: 80, D4 and B8. RGB value is (128,212,184). Sum of RGB (Red+Green+Blue) = 128+212+184=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4B8 is #7F2B47. Grayscale: #B7B7B7. Windows color (decimal): -8334152 or 12113024. OLE color: 12113024.
HSL color Cylindrical-coordinate representation of color #80D4B8: hue angle of 160º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D4B8 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 184 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.17 |
| HSL | 160º | 0.49% | 0.67% | - |
| HSV(B) | 160º | 0.4% | 0.83% | - |
| XYZ | 41.1 | 55.14 | 53.82 | - |
| YUV | 183.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 184 | 0.40 | 0 | 0.13 | 0.17 | 160 | 0.49 | 0.67 |
| Hex | 80 | D4 | B8 | 28 | 0 | D | 11 | A0 | 31 | 43 |
| Octal | 200 | 324 | 270 | 50 | 0 | 15 | 21 | 240 | 61 | 103 |
| Binary | 10000000 | 11010100 | 10111000 | 101000 | 0 | 1101 | 10001 | 10100000 | 110001 | 1000011 |
Color Harmonies of #80D4B8
Complementary color
Monochromatic Colors of #80D4B8
Black with #80D4B8
Text Example
Text Example
White with #80D4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D4B8; }
p { color: rgb(128,212,184); }
H1.HeaderClassName
{
color: #80D4B8;
}
.AnyTagClassName
{
color: #80D4B8;
}
</style>
background-color css
<style>
a { background-color: #80D4B8; }
a { background-color: rgb(128,212,184); }
div.DivClassName
{
background-color: #80D4B8;
}
.BgClassName
{
background-color: #80D4B8;
}
</style>
border-color css
<style>
span { border-color: #80D4B8; }
span { border-color: rgb(128,212,184); }
td.TdClassName
{
border-color: #80D4B8;
}
.TagClassName
{
border-color: #80D4B8;
}
</style>