Shades of Bermuda #80D6C5
Tints of Bermuda #80D6C5
RGB
CMYK
RGB Variations
Color information
#80D6C5 (or 0x80D6C5) is known color: Bermuda. HEX triplet: 80, D6 and C5. RGB value is (128,214,197). Sum of RGB (Red+Green+Blue) = 128+214+197=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6C5 is #7F293A. Grayscale: #BABABA. Windows color (decimal): -8333627 or 12965504. OLE color: 12965504.
HSL color Cylindrical-coordinate representation of color #80D6C5: hue angle of 168.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D6C5 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 197 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.16 |
| HSL | 168.14º | 0.51% | 0.67% | - |
| HSV(B) | 168.14º | 0.4% | 0.84% | - |
| XYZ | 43.03 | 56.71 | 61.5 | - |
| YUV | 186.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 197 | 0.40 | 0 | 0.08 | 0.16 | 168.14 | 0.51 | 0.67 |
| Hex | 80 | D6 | C5 | 28 | 0 | 8 | 10 | A8 | 33 | 43 |
| Octal | 200 | 326 | 305 | 50 | 0 | 10 | 20 | 250 | 63 | 103 |
| Binary | 10000000 | 11010110 | 11000101 | 101000 | 0 | 1000 | 10000 | 10101000 | 110011 | 1000011 |
Color Harmonies of #80D6C5
Complementary color
Monochromatic Colors of #80D6C5
Black with #80D6C5
Text Example
Text Example
White with #80D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6C5; }
p { color: rgb(128,214,197); }
H1.HeaderClassName
{
color: #80D6C5;
}
.AnyTagClassName
{
color: #80D6C5;
}
</style>
background-color css
<style>
a { background-color: #80D6C5; }
a { background-color: rgb(128,214,197); }
div.DivClassName
{
background-color: #80D6C5;
}
.BgClassName
{
background-color: #80D6C5;
}
</style>
border-color css
<style>
span { border-color: #80D6C5; }
span { border-color: rgb(128,214,197); }
td.TdClassName
{
border-color: #80D6C5;
}
.TagClassName
{
border-color: #80D6C5;
}
</style>