Shades of Bermuda #80CBBB
Tints of Bermuda #80CBBB
RGB
CMYK
RGB Variations
Color information
#80CBBB (or 0x80CBBB) is known color: Bermuda. HEX triplet: 80, CB and BB. RGB value is (128,203,187). Sum of RGB (Red+Green+Blue) = 128+203+187=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBBB is #7F3444. Grayscale: #B2B2B2. Windows color (decimal): -8336453 or 12307328. OLE color: 12307328.
HSL color Cylindrical-coordinate representation of color #80CBBB: hue angle of 167.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBBB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 187 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.20 |
| HSL | 167.2º | 0.42% | 0.65% | - |
| HSV(B) | 167.2º | 0.37% | 0.8% | - |
| XYZ | 39.23 | 50.89 | 54.77 | - |
| YUV | 178.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 187 | 0.37 | 0 | 0.08 | 0.20 | 167.2 | 0.42 | 0.65 |
| Hex | 80 | CB | BB | 25 | 0 | 8 | 14 | A7 | 2A | 41 |
| Octal | 200 | 313 | 273 | 45 | 0 | 10 | 24 | 247 | 52 | 101 |
| Binary | 10000000 | 11001011 | 10111011 | 100101 | 0 | 1000 | 10100 | 10100111 | 101010 | 1000001 |
Color Harmonies of #80CBBB
Complementary color
Monochromatic Colors of #80CBBB
Black with #80CBBB
Text Example
Text Example
White with #80CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBBB; }
p { color: rgb(128,203,187); }
H1.HeaderClassName
{
color: #80CBBB;
}
.AnyTagClassName
{
color: #80CBBB;
}
</style>
background-color css
<style>
a { background-color: #80CBBB; }
a { background-color: rgb(128,203,187); }
div.DivClassName
{
background-color: #80CBBB;
}
.BgClassName
{
background-color: #80CBBB;
}
</style>
border-color css
<style>
span { border-color: #80CBBB; }
span { border-color: rgb(128,203,187); }
td.TdClassName
{
border-color: #80CBBB;
}
.TagClassName
{
border-color: #80CBBB;
}
</style>