Shades of Bermuda #80D2BA
Tints of Bermuda #80D2BA
RGB
CMYK
RGB Variations
Color information
#80D2BA (or 0x80D2BA) is known color: Bermuda. HEX triplet: 80, D2 and BA. RGB value is (128,210,186). Sum of RGB (Red+Green+Blue) = 128+210+186=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #80D2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D2BA is #7F2D45. Grayscale: #B6B6B6. Windows color (decimal): -8334662 or 12243584. OLE color: 12243584.
HSL color Cylindrical-coordinate representation of color #80D2BA: hue angle of 162.44º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D2BA is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 186 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.18 |
| HSL | 162.44º | 0.48% | 0.66% | - |
| HSV(B) | 162.44º | 0.39% | 0.82% | - |
| XYZ | 40.81 | 54.23 | 54.77 | - |
| YUV | 182.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 186 | 0.39 | 0 | 0.11 | 0.18 | 162.44 | 0.48 | 0.66 |
| Hex | 80 | D2 | BA | 27 | 0 | B | 12 | A2 | 30 | 42 |
| Octal | 200 | 322 | 272 | 47 | 0 | 13 | 22 | 242 | 60 | 102 |
| Binary | 10000000 | 11010010 | 10111010 | 100111 | 0 | 1011 | 10010 | 10100010 | 110000 | 1000010 |
Color Harmonies of #80D2BA
Complementary color
Monochromatic Colors of #80D2BA
Black with #80D2BA
Text Example
Text Example
White with #80D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D2BA; }
p { color: rgb(128,210,186); }
H1.HeaderClassName
{
color: #80D2BA;
}
.AnyTagClassName
{
color: #80D2BA;
}
</style>
background-color css
<style>
a { background-color: #80D2BA; }
a { background-color: rgb(128,210,186); }
div.DivClassName
{
background-color: #80D2BA;
}
.BgClassName
{
background-color: #80D2BA;
}
</style>
border-color css
<style>
span { border-color: #80D2BA; }
span { border-color: rgb(128,210,186); }
td.TdClassName
{
border-color: #80D2BA;
}
.TagClassName
{
border-color: #80D2BA;
}
</style>