Shades of Monte Carlo #80BFBE
Tints of Monte Carlo #80BFBE
RGB
CMYK
RGB Variations
Color information
#80BFBE (or 0x80BFBE) is known color: Monte Carlo. HEX triplet: 80, BF and BE. RGB value is (128,191,190). Sum of RGB (Red+Green+Blue) = 128+191+190=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFBE is #7F4041. Grayscale: #ABABAB. Windows color (decimal): -8339522 or 12500864. OLE color: 12500864.
HSL color Cylindrical-coordinate representation of color #80BFBE: hue angle of 179.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BFBE is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 190 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.25 |
| HSL | 179.05º | 0.33% | 0.63% | - |
| HSV(B) | 179.05º | 0.33% | 0.75% | - |
| XYZ | 36.83 | 45.57 | 55.57 | - |
| YUV | 172.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 190 | 0.33 | 0 | 0.01 | 0.25 | 179.05 | 0.33 | 0.63 |
| Hex | 80 | BF | BE | 21 | 0 | 1 | 19 | B3 | 21 | 3F |
| Octal | 200 | 277 | 276 | 41 | 0 | 1 | 31 | 263 | 41 | 77 |
| Binary | 10000000 | 10111111 | 10111110 | 100001 | 0 | 1 | 11001 | 10110011 | 100001 | 111111 |
Color Harmonies of #80BFBE
Complementary color
Monochromatic Colors of #80BFBE
Black with #80BFBE
Text Example
Text Example
White with #80BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFBE; }
p { color: rgb(128,191,190); }
H1.HeaderClassName
{
color: #80BFBE;
}
.AnyTagClassName
{
color: #80BFBE;
}
</style>
background-color css
<style>
a { background-color: #80BFBE; }
a { background-color: rgb(128,191,190); }
div.DivClassName
{
background-color: #80BFBE;
}
.BgClassName
{
background-color: #80BFBE;
}
</style>
border-color css
<style>
span { border-color: #80BFBE; }
span { border-color: rgb(128,191,190); }
td.TdClassName
{
border-color: #80BFBE;
}
.TagClassName
{
border-color: #80BFBE;
}
</style>