Shades of Bermuda #80C9BF
Tints of Bermuda #80C9BF
RGB
CMYK
RGB Variations
Color information
#80C9BF (or 0x80C9BF) is known color: Bermuda. HEX triplet: 80, C9 and BF. RGB value is (128,201,191). Sum of RGB (Red+Green+Blue) = 128+201+191=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #80C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9BF is #7F3640. Grayscale: #B1B1B1. Windows color (decimal): -8336961 or 12568960. OLE color: 12568960.
HSL color Cylindrical-coordinate representation of color #80C9BF: hue angle of 171.78º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C9BF is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 191 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.21 |
| HSL | 171.78º | 0.4% | 0.65% | - |
| HSV(B) | 171.78º | 0.36% | 0.79% | - |
| XYZ | 39.19 | 50.12 | 56.9 | - |
| YUV | 178.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 191 | 0.36 | 0 | 0.05 | 0.21 | 171.78 | 0.4 | 0.65 |
| Hex | 80 | C9 | BF | 24 | 0 | 5 | 15 | AC | 28 | 41 |
| Octal | 200 | 311 | 277 | 44 | 0 | 5 | 25 | 254 | 50 | 101 |
| Binary | 10000000 | 11001001 | 10111111 | 100100 | 0 | 101 | 10101 | 10101100 | 101000 | 1000001 |
Color Harmonies of #80C9BF
Complementary color
Monochromatic Colors of #80C9BF
Black with #80C9BF
Text Example
Text Example
White with #80C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9BF; }
p { color: rgb(128,201,191); }
H1.HeaderClassName
{
color: #80C9BF;
}
.AnyTagClassName
{
color: #80C9BF;
}
</style>
background-color css
<style>
a { background-color: #80C9BF; }
a { background-color: rgb(128,201,191); }
div.DivClassName
{
background-color: #80C9BF;
}
.BgClassName
{
background-color: #80C9BF;
}
</style>
border-color css
<style>
span { border-color: #80C9BF; }
span { border-color: rgb(128,201,191); }
td.TdClassName
{
border-color: #80C9BF;
}
.TagClassName
{
border-color: #80C9BF;
}
</style>