Shades of Bermuda #80CFBF
Tints of Bermuda #80CFBF
RGB
CMYK
RGB Variations
Color information
#80CFBF (or 0x80CFBF) is known color: Bermuda. HEX triplet: 80, CF and BF. RGB value is (128,207,191). Sum of RGB (Red+Green+Blue) = 128+207+191=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFBF is #7F3040. Grayscale: #B5B5B5. Windows color (decimal): -8335425 or 12570496. OLE color: 12570496.
HSL color Cylindrical-coordinate representation of color #80CFBF: hue angle of 167.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFBF is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 191 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.19 |
| HSL | 167.85º | 0.45% | 0.66% | - |
| HSV(B) | 167.85º | 0.38% | 0.81% | - |
| XYZ | 40.62 | 52.98 | 57.37 | - |
| YUV | 181.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 191 | 0.38 | 0 | 0.08 | 0.19 | 167.85 | 0.45 | 0.66 |
| Hex | 80 | CF | BF | 26 | 0 | 8 | 13 | A8 | 2D | 42 |
| Octal | 200 | 317 | 277 | 46 | 0 | 10 | 23 | 250 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10111111 | 100110 | 0 | 1000 | 10011 | 10101000 | 101101 | 1000010 |
Color Harmonies of #80CFBF
Complementary color
Monochromatic Colors of #80CFBF
Black with #80CFBF
Text Example
Text Example
White with #80CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFBF; }
p { color: rgb(128,207,191); }
H1.HeaderClassName
{
color: #80CFBF;
}
.AnyTagClassName
{
color: #80CFBF;
}
</style>
background-color css
<style>
a { background-color: #80CFBF; }
a { background-color: rgb(128,207,191); }
div.DivClassName
{
background-color: #80CFBF;
}
.BgClassName
{
background-color: #80CFBF;
}
</style>
border-color css
<style>
span { border-color: #80CFBF; }
span { border-color: rgb(128,207,191); }
td.TdClassName
{
border-color: #80CFBF;
}
.TagClassName
{
border-color: #80CFBF;
}
</style>