Shades of Monte Carlo #80BFBD
Tints of Monte Carlo #80BFBD
RGB
CMYK
RGB Variations
Color information
#80BFBD (or 0x80BFBD) is known color: Monte Carlo. HEX triplet: 80, BF and BD. RGB value is (128,191,189). Sum of RGB (Red+Green+Blue) = 128+191+189=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFBD is #7F4042. Grayscale: #ABABAB. Windows color (decimal): -8339523 or 12435328. OLE color: 12435328.
HSL color Cylindrical-coordinate representation of color #80BFBD: hue angle of 178.1º 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 #80BFBD is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 189 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.25 |
| HSL | 178.1º | 0.33% | 0.63% | - |
| HSV(B) | 178.1º | 0.33% | 0.75% | - |
| XYZ | 36.72 | 45.52 | 55 | - |
| YUV | 171.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 189 | 0.33 | 0 | 0.01 | 0.25 | 178.1 | 0.33 | 0.63 |
| Hex | 80 | BF | BD | 21 | 0 | 1 | 19 | B2 | 21 | 3F |
| Octal | 200 | 277 | 275 | 41 | 0 | 1 | 31 | 262 | 41 | 77 |
| Binary | 10000000 | 10111111 | 10111101 | 100001 | 0 | 1 | 11001 | 10110010 | 100001 | 111111 |
Color Harmonies of #80BFBD
Complementary color
Monochromatic Colors of #80BFBD
Black with #80BFBD
Text Example
Text Example
White with #80BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFBD; }
p { color: rgb(128,191,189); }
H1.HeaderClassName
{
color: #80BFBD;
}
.AnyTagClassName
{
color: #80BFBD;
}
</style>
background-color css
<style>
a { background-color: #80BFBD; }
a { background-color: rgb(128,191,189); }
div.DivClassName
{
background-color: #80BFBD;
}
.BgClassName
{
background-color: #80BFBD;
}
</style>
border-color css
<style>
span { border-color: #80BFBD; }
span { border-color: rgb(128,191,189); }
td.TdClassName
{
border-color: #80BFBD;
}
.TagClassName
{
border-color: #80BFBD;
}
</style>