Shades of Bermuda #80CEBB
Tints of Bermuda #80CEBB
RGB
CMYK
RGB Variations
Color information
#80CEBB (or 0x80CEBB) is known color: Bermuda. HEX triplet: 80, CE and BB. RGB value is (128,206,187). Sum of RGB (Red+Green+Blue) = 128+206+187=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBB is #7F3144. Grayscale: #B4B4B4. Windows color (decimal): -8335685 or 12308096. OLE color: 12308096.
HSL color Cylindrical-coordinate representation of color #80CEBB: hue angle of 165.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEBB is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 187 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.19 |
| HSL | 165.38º | 0.44% | 0.65% | - |
| HSV(B) | 165.38º | 0.38% | 0.81% | - |
| XYZ | 39.94 | 52.32 | 55.01 | - |
| YUV | 180.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 187 | 0.38 | 0 | 0.09 | 0.19 | 165.38 | 0.44 | 0.65 |
| Hex | 80 | CE | BB | 26 | 0 | 9 | 13 | A5 | 2C | 41 |
| Octal | 200 | 316 | 273 | 46 | 0 | 11 | 23 | 245 | 54 | 101 |
| Binary | 10000000 | 11001110 | 10111011 | 100110 | 0 | 1001 | 10011 | 10100101 | 101100 | 1000001 |
Color Harmonies of #80CEBB
Complementary color
Monochromatic Colors of #80CEBB
Black with #80CEBB
Text Example
Text Example
White with #80CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEBB; }
p { color: rgb(128,206,187); }
H1.HeaderClassName
{
color: #80CEBB;
}
.AnyTagClassName
{
color: #80CEBB;
}
</style>
background-color css
<style>
a { background-color: #80CEBB; }
a { background-color: rgb(128,206,187); }
div.DivClassName
{
background-color: #80CEBB;
}
.BgClassName
{
background-color: #80CEBB;
}
</style>
border-color css
<style>
span { border-color: #80CEBB; }
span { border-color: rgb(128,206,187); }
td.TdClassName
{
border-color: #80CEBB;
}
.TagClassName
{
border-color: #80CEBB;
}
</style>