Shades of Bermuda #80DBBB
Tints of Bermuda #80DBBB
RGB
CMYK
RGB Variations
Color information
#80DBBB (or 0x80DBBB) is known color: Bermuda. HEX triplet: 80, DB and BB. RGB value is (128,219,187). Sum of RGB (Red+Green+Blue) = 128+219+187=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBBB is #7F2444. Grayscale: #BCBCBC. Windows color (decimal): -8332357 or 12311424. OLE color: 12311424.
HSL color Cylindrical-coordinate representation of color #80DBBB: hue angle of 158.9º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DBBB is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 187 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.14 |
| HSL | 158.9º | 0.56% | 0.68% | - |
| HSV(B) | 158.9º | 0.42% | 0.86% | - |
| XYZ | 43.2 | 58.84 | 56.09 | - |
| YUV | 188.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 187 | 0.42 | 0 | 0.15 | 0.14 | 158.9 | 0.56 | 0.68 |
| Hex | 80 | DB | BB | 2A | 0 | F | E | 9F | 38 | 44 |
| Octal | 200 | 333 | 273 | 52 | 0 | 17 | 16 | 237 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10111011 | 101010 | 0 | 1111 | 1110 | 10011111 | 111000 | 1000100 |
Color Harmonies of #80DBBB
Complementary color
Monochromatic Colors of #80DBBB
Black with #80DBBB
Text Example
Text Example
White with #80DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBBB; }
p { color: rgb(128,219,187); }
H1.HeaderClassName
{
color: #80DBBB;
}
.AnyTagClassName
{
color: #80DBBB;
}
</style>
background-color css
<style>
a { background-color: #80DBBB; }
a { background-color: rgb(128,219,187); }
div.DivClassName
{
background-color: #80DBBB;
}
.BgClassName
{
background-color: #80DBBB;
}
</style>
border-color css
<style>
span { border-color: #80DBBB; }
span { border-color: rgb(128,219,187); }
td.TdClassName
{
border-color: #80DBBB;
}
.TagClassName
{
border-color: #80DBBB;
}
</style>