Shades of Bermuda #80D1BD
Tints of Bermuda #80D1BD
RGB
CMYK
RGB Variations
Color information
#80D1BD (or 0x80D1BD) is known color: Bermuda. HEX triplet: 80, D1 and BD. RGB value is (128,209,189). Sum of RGB (Red+Green+Blue) = 128+209+189=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #80D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1BD is #7F2E42. Grayscale: #B6B6B6. Windows color (decimal): -8334915 or 12439936. OLE color: 12439936.
HSL color Cylindrical-coordinate representation of color #80D1BD: hue angle of 165.19º degrees, saturation: 0.47, 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 #80D1BD is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 189 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.18 |
| HSL | 165.19º | 0.47% | 0.66% | - |
| HSV(B) | 165.19º | 0.39% | 0.82% | - |
| XYZ | 40.89 | 53.86 | 56.39 | - |
| YUV | 182.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 189 | 0.39 | 0 | 0.10 | 0.18 | 165.19 | 0.47 | 0.66 |
| Hex | 80 | D1 | BD | 27 | 0 | A | 12 | A5 | 2F | 42 |
| Octal | 200 | 321 | 275 | 47 | 0 | 12 | 22 | 245 | 57 | 102 |
| Binary | 10000000 | 11010001 | 10111101 | 100111 | 0 | 1010 | 10010 | 10100101 | 101111 | 1000010 |
Color Harmonies of #80D1BD
Complementary color
Monochromatic Colors of #80D1BD
Black with #80D1BD
Text Example
Text Example
White with #80D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D1BD; }
p { color: rgb(128,209,189); }
H1.HeaderClassName
{
color: #80D1BD;
}
.AnyTagClassName
{
color: #80D1BD;
}
</style>
background-color css
<style>
a { background-color: #80D1BD; }
a { background-color: rgb(128,209,189); }
div.DivClassName
{
background-color: #80D1BD;
}
.BgClassName
{
background-color: #80D1BD;
}
</style>
border-color css
<style>
span { border-color: #80D1BD; }
span { border-color: rgb(128,209,189); }
td.TdClassName
{
border-color: #80D1BD;
}
.TagClassName
{
border-color: #80D1BD;
}
</style>