Shades of Bermuda #80D0C9
Tints of Bermuda #80D0C9
RGB
CMYK
RGB Variations
Color information
#80D0C9 (or 0x80D0C9) is known color: Bermuda. HEX triplet: 80, D0 and C9. RGB value is (128,208,201). Sum of RGB (Red+Green+Blue) = 128+208+201=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0C9 is #7F2F36. Grayscale: #B7B7B7. Windows color (decimal): -8335159 or 13226112. OLE color: 13226112.
HSL color Cylindrical-coordinate representation of color #80D0C9: hue angle of 174.75º 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 #80D0C9 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 201 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.18 |
| HSL | 174.75º | 0.46% | 0.66% | - |
| HSV(B) | 174.75º | 0.38% | 0.82% | - |
| XYZ | 42 | 53.92 | 63.45 | - |
| YUV | 183.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 201 | 0.38 | 0 | 0.03 | 0.18 | 174.75 | 0.46 | 0.66 |
| Hex | 80 | D0 | C9 | 26 | 0 | 3 | 12 | AF | 2E | 42 |
| Octal | 200 | 320 | 311 | 46 | 0 | 3 | 22 | 257 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11001001 | 100110 | 0 | 11 | 10010 | 10101111 | 101110 | 1000010 |
Color Harmonies of #80D0C9
Complementary color
Monochromatic Colors of #80D0C9
Black with #80D0C9
Text Example
Text Example
White with #80D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0C9; }
p { color: rgb(128,208,201); }
H1.HeaderClassName
{
color: #80D0C9;
}
.AnyTagClassName
{
color: #80D0C9;
}
</style>
background-color css
<style>
a { background-color: #80D0C9; }
a { background-color: rgb(128,208,201); }
div.DivClassName
{
background-color: #80D0C9;
}
.BgClassName
{
background-color: #80D0C9;
}
</style>
border-color css
<style>
span { border-color: #80D0C9; }
span { border-color: rgb(128,208,201); }
td.TdClassName
{
border-color: #80D0C9;
}
.TagClassName
{
border-color: #80D0C9;
}
</style>