Shades of Bermuda #80D8B2
Tints of Bermuda #80D8B2
RGB
CMYK
RGB Variations
Color information
#80D8B2 (or 0x80D8B2) is known color: Bermuda. HEX triplet: 80, D8 and B2. RGB value is (128,216,178). Sum of RGB (Red+Green+Blue) = 128+216+178=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D8B2 is #7F274D. Grayscale: #B9B9B9. Windows color (decimal): -8333134 or 11720832. OLE color: 11720832.
HSL color Cylindrical-coordinate representation of color #80D8B2: hue angle of 154.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8B2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 178 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.15 |
| HSL | 154.09º | 0.53% | 0.67% | - |
| HSV(B) | 154.09º | 0.41% | 0.85% | - |
| XYZ | 41.49 | 56.92 | 50.92 | - |
| YUV | 185.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 178 | 0.41 | 0 | 0.18 | 0.15 | 154.09 | 0.53 | 0.67 |
| Hex | 80 | D8 | B2 | 29 | 0 | 12 | F | 9A | 35 | 43 |
| Octal | 200 | 330 | 262 | 51 | 0 | 22 | 17 | 232 | 65 | 103 |
| Binary | 10000000 | 11011000 | 10110010 | 101001 | 0 | 10010 | 1111 | 10011010 | 110101 | 1000011 |
Color Harmonies of #80D8B2
Complementary color
Monochromatic Colors of #80D8B2
Black with #80D8B2
Text Example
Text Example
White with #80D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D8B2; }
p { color: rgb(128,216,178); }
H1.HeaderClassName
{
color: #80D8B2;
}
.AnyTagClassName
{
color: #80D8B2;
}
</style>
background-color css
<style>
a { background-color: #80D8B2; }
a { background-color: rgb(128,216,178); }
div.DivClassName
{
background-color: #80D8B2;
}
.BgClassName
{
background-color: #80D8B2;
}
</style>
border-color css
<style>
span { border-color: #80D8B2; }
span { border-color: rgb(128,216,178); }
td.TdClassName
{
border-color: #80D8B2;
}
.TagClassName
{
border-color: #80D8B2;
}
</style>