Shades of Bermuda #80CFBE
Tints of Bermuda #80CFBE
RGB
CMYK
RGB Variations
Color information
#80CFBE (or 0x80CFBE) is known color: Bermuda. HEX triplet: 80, CF and BE. RGB value is (128,207,190). Sum of RGB (Red+Green+Blue) = 128+207+190=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFBE is #7F3041. Grayscale: #B5B5B5. Windows color (decimal): -8335426 or 12504960. OLE color: 12504960.
HSL color Cylindrical-coordinate representation of color #80CFBE: hue angle of 167.09º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFBE is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 190 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.19 |
| HSL | 167.09º | 0.45% | 0.66% | - |
| HSV(B) | 167.09º | 0.38% | 0.81% | - |
| XYZ | 40.51 | 52.93 | 56.8 | - |
| YUV | 181.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 190 | 0.38 | 0 | 0.08 | 0.19 | 167.09 | 0.45 | 0.66 |
| Hex | 80 | CF | BE | 26 | 0 | 8 | 13 | A7 | 2D | 42 |
| Octal | 200 | 317 | 276 | 46 | 0 | 10 | 23 | 247 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10111110 | 100110 | 0 | 1000 | 10011 | 10100111 | 101101 | 1000010 |
Color Harmonies of #80CFBE
Complementary color
Monochromatic Colors of #80CFBE
Black with #80CFBE
Text Example
Text Example
White with #80CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFBE; }
p { color: rgb(128,207,190); }
H1.HeaderClassName
{
color: #80CFBE;
}
.AnyTagClassName
{
color: #80CFBE;
}
</style>
background-color css
<style>
a { background-color: #80CFBE; }
a { background-color: rgb(128,207,190); }
div.DivClassName
{
background-color: #80CFBE;
}
.BgClassName
{
background-color: #80CFBE;
}
</style>
border-color css
<style>
span { border-color: #80CFBE; }
span { border-color: rgb(128,207,190); }
td.TdClassName
{
border-color: #80CFBE;
}
.TagClassName
{
border-color: #80CFBE;
}
</style>