Shades of Bermuda #80DFBE
Tints of Bermuda #80DFBE
RGB
CMYK
RGB Variations
Color information
#80DFBE (or 0x80DFBE) is known color: Bermuda. HEX triplet: 80, DF and BE. RGB value is (128,223,190). Sum of RGB (Red+Green+Blue) = 128+223+190=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFBE is #7F2041. Grayscale: #BEBEBE. Windows color (decimal): -8331330 or 12509056. OLE color: 12509056.
HSL color Cylindrical-coordinate representation of color #80DFBE: hue angle of 159.16º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFBE is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 190 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.13 |
| HSL | 159.16º | 0.6% | 0.69% | - |
| HSV(B) | 159.16º | 0.43% | 0.87% | - |
| XYZ | 44.58 | 61.08 | 58.16 | - |
| YUV | 190.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 190 | 0.43 | 0 | 0.15 | 0.13 | 159.16 | 0.6 | 0.69 |
| Hex | 80 | DF | BE | 2B | 0 | F | D | 9F | 3C | 45 |
| Octal | 200 | 337 | 276 | 53 | 0 | 17 | 15 | 237 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10111110 | 101011 | 0 | 1111 | 1101 | 10011111 | 111100 | 1000101 |
Color Harmonies of #80DFBE
Complementary color
Monochromatic Colors of #80DFBE
Black with #80DFBE
Text Example
Text Example
White with #80DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFBE; }
p { color: rgb(128,223,190); }
H1.HeaderClassName
{
color: #80DFBE;
}
.AnyTagClassName
{
color: #80DFBE;
}
</style>
background-color css
<style>
a { background-color: #80DFBE; }
a { background-color: rgb(128,223,190); }
div.DivClassName
{
background-color: #80DFBE;
}
.BgClassName
{
background-color: #80DFBE;
}
</style>
border-color css
<style>
span { border-color: #80DFBE; }
span { border-color: rgb(128,223,190); }
td.TdClassName
{
border-color: #80DFBE;
}
.TagClassName
{
border-color: #80DFBE;
}
</style>