Shades of Bermuda #80D0CB
Tints of Bermuda #80D0CB
RGB
CMYK
RGB Variations
Color information
#80D0CB (or 0x80D0CB) is known color: Bermuda. HEX triplet: 80, D0 and CB. RGB value is (128,208,203). Sum of RGB (Red+Green+Blue) = 128+208+203=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0CB is #7F2F34. Grayscale: #B7B7B7. Windows color (decimal): -8335157 or 13357184. OLE color: 13357184.
HSL color Cylindrical-coordinate representation of color #80D0CB: hue angle of 176.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0CB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 203 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.18 |
| HSL | 176.25º | 0.46% | 0.66% | - |
| HSV(B) | 176.25º | 0.38% | 0.82% | - |
| XYZ | 42.24 | 54.01 | 64.7 | - |
| YUV | 183.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 203 | 0.38 | 0 | 0.02 | 0.18 | 176.25 | 0.46 | 0.66 |
| Hex | 80 | D0 | CB | 26 | 0 | 2 | 12 | B0 | 2E | 42 |
| Octal | 200 | 320 | 313 | 46 | 0 | 2 | 22 | 260 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11001011 | 100110 | 0 | 10 | 10010 | 10110000 | 101110 | 1000010 |
Color Harmonies of #80D0CB
Complementary color
Monochromatic Colors of #80D0CB
Black with #80D0CB
Text Example
Text Example
White with #80D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0CB; }
p { color: rgb(128,208,203); }
H1.HeaderClassName
{
color: #80D0CB;
}
.AnyTagClassName
{
color: #80D0CB;
}
</style>
background-color css
<style>
a { background-color: #80D0CB; }
a { background-color: rgb(128,208,203); }
div.DivClassName
{
background-color: #80D0CB;
}
.BgClassName
{
background-color: #80D0CB;
}
</style>
border-color css
<style>
span { border-color: #80D0CB; }
span { border-color: rgb(128,208,203); }
td.TdClassName
{
border-color: #80D0CB;
}
.TagClassName
{
border-color: #80D0CB;
}
</style>