Shades of Bermuda #80D7BD
Tints of Bermuda #80D7BD
RGB
CMYK
RGB Variations
Color information
#80D7BD (or 0x80D7BD) is known color: Bermuda. HEX triplet: 80, D7 and BD. RGB value is (128,215,189). Sum of RGB (Red+Green+Blue) = 128+215+189=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7BD is #7F2842. Grayscale: #BABABA. Windows color (decimal): -8333379 or 12441472. OLE color: 12441472.
HSL color Cylindrical-coordinate representation of color #80D7BD: hue angle of 162.07º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D7BD is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 189 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.16 |
| HSL | 162.07º | 0.52% | 0.67% | - |
| HSV(B) | 162.07º | 0.4% | 0.84% | - |
| XYZ | 42.39 | 56.86 | 56.89 | - |
| YUV | 186.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 189 | 0.40 | 0 | 0.12 | 0.16 | 162.07 | 0.52 | 0.67 |
| Hex | 80 | D7 | BD | 28 | 0 | C | 10 | A2 | 34 | 43 |
| Octal | 200 | 327 | 275 | 50 | 0 | 14 | 20 | 242 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10111101 | 101000 | 0 | 1100 | 10000 | 10100010 | 110100 | 1000011 |
Color Harmonies of #80D7BD
Complementary color
Monochromatic Colors of #80D7BD
Black with #80D7BD
Text Example
Text Example
White with #80D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7BD; }
p { color: rgb(128,215,189); }
H1.HeaderClassName
{
color: #80D7BD;
}
.AnyTagClassName
{
color: #80D7BD;
}
</style>
background-color css
<style>
a { background-color: #80D7BD; }
a { background-color: rgb(128,215,189); }
div.DivClassName
{
background-color: #80D7BD;
}
.BgClassName
{
background-color: #80D7BD;
}
</style>
border-color css
<style>
span { border-color: #80D7BD; }
span { border-color: rgb(128,215,189); }
td.TdClassName
{
border-color: #80D7BD;
}
.TagClassName
{
border-color: #80D7BD;
}
</style>