Shades of Monte Carlo #80BBAD
Tints of Monte Carlo #80BBAD
RGB
CMYK
RGB Variations
Color information
#80BBAD (or 0x80BBAD) is known color: Monte Carlo. HEX triplet: 80, BB and AD. RGB value is (128,187,173). Sum of RGB (Red+Green+Blue) = 128+187+173=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBAD is #7F4452. Grayscale: #A7A7A7. Windows color (decimal): -8340563 or 11385728. OLE color: 11385728.
HSL color Cylindrical-coordinate representation of color #80BBAD: hue angle of 165.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBAD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 173 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.27 |
| HSL | 165.76º | 0.3% | 0.62% | - |
| HSV(B) | 165.76º | 0.32% | 0.73% | - |
| XYZ | 34.22 | 43.15 | 46.06 | - |
| YUV | 167.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 173 | 0.32 | 0 | 0.07 | 0.27 | 165.76 | 0.3 | 0.62 |
| Hex | 80 | BB | AD | 20 | 0 | 7 | 1B | A6 | 1E | 3E |
| Octal | 200 | 273 | 255 | 40 | 0 | 7 | 33 | 246 | 36 | 76 |
| Binary | 10000000 | 10111011 | 10101101 | 100000 | 0 | 111 | 11011 | 10100110 | 11110 | 111110 |
Color Harmonies of #80BBAD
Complementary color
Monochromatic Colors of #80BBAD
Black with #80BBAD
Text Example
Text Example
White with #80BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBAD; }
p { color: rgb(128,187,173); }
H1.HeaderClassName
{
color: #80BBAD;
}
.AnyTagClassName
{
color: #80BBAD;
}
</style>
background-color css
<style>
a { background-color: #80BBAD; }
a { background-color: rgb(128,187,173); }
div.DivClassName
{
background-color: #80BBAD;
}
.BgClassName
{
background-color: #80BBAD;
}
</style>
border-color css
<style>
span { border-color: #80BBAD; }
span { border-color: rgb(128,187,173); }
td.TdClassName
{
border-color: #80BBAD;
}
.TagClassName
{
border-color: #80BBAD;
}
</style>