Shades of Bermuda #80CFBB
Tints of Bermuda #80CFBB
RGB
CMYK
RGB Variations
Color information
#80CFBB (or 0x80CFBB) is known color: Bermuda. HEX triplet: 80, CF and BB. RGB value is (128,207,187). Sum of RGB (Red+Green+Blue) = 128+207+187=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFBB is #7F3044. Grayscale: #B5B5B5. Windows color (decimal): -8335429 or 12308352. OLE color: 12308352.
HSL color Cylindrical-coordinate representation of color #80CFBB: hue angle of 164.81º 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 #80CFBB is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 187 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.19 |
| HSL | 164.81º | 0.45% | 0.66% | - |
| HSV(B) | 164.81º | 0.38% | 0.81% | - |
| XYZ | 40.18 | 52.8 | 55.09 | - |
| YUV | 181.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 187 | 0.38 | 0 | 0.10 | 0.19 | 164.81 | 0.45 | 0.66 |
| Hex | 80 | CF | BB | 26 | 0 | A | 13 | A5 | 2D | 42 |
| Octal | 200 | 317 | 273 | 46 | 0 | 12 | 23 | 245 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10111011 | 100110 | 0 | 1010 | 10011 | 10100101 | 101101 | 1000010 |
Color Harmonies of #80CFBB
Complementary color
Monochromatic Colors of #80CFBB
Black with #80CFBB
Text Example
Text Example
White with #80CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFBB; }
p { color: rgb(128,207,187); }
H1.HeaderClassName
{
color: #80CFBB;
}
.AnyTagClassName
{
color: #80CFBB;
}
</style>
background-color css
<style>
a { background-color: #80CFBB; }
a { background-color: rgb(128,207,187); }
div.DivClassName
{
background-color: #80CFBB;
}
.BgClassName
{
background-color: #80CFBB;
}
</style>
border-color css
<style>
span { border-color: #80CFBB; }
span { border-color: rgb(128,207,187); }
td.TdClassName
{
border-color: #80CFBB;
}
.TagClassName
{
border-color: #80CFBB;
}
</style>