Shades of Monte Carlo #80B9B4
Tints of Monte Carlo #80B9B4
RGB
CMYK
RGB Variations
Color information
#80B9B4 (or 0x80B9B4) is known color: Monte Carlo. HEX triplet: 80, B9 and B4. RGB value is (128,185,180). Sum of RGB (Red+Green+Blue) = 128+185+180=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #80B9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B9B4 is #7F464B. Grayscale: #A7A7A7. Windows color (decimal): -8341068 or 11843968. OLE color: 11843968.
HSL color Cylindrical-coordinate representation of color #80B9B4: hue angle of 174.74º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B9B4 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 180 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.27 |
| HSL | 174.74º | 0.29% | 0.61% | - |
| HSV(B) | 174.74º | 0.31% | 0.73% | - |
| XYZ | 34.49 | 42.58 | 49.58 | - |
| YUV | 167.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 180 | 0.31 | 0 | 0.03 | 0.27 | 174.74 | 0.29 | 0.61 |
| Hex | 80 | B9 | B4 | 1F | 0 | 3 | 1B | AF | 1D | 3D |
| Octal | 200 | 271 | 264 | 37 | 0 | 3 | 33 | 257 | 35 | 75 |
| Binary | 10000000 | 10111001 | 10110100 | 11111 | 0 | 11 | 11011 | 10101111 | 11101 | 111101 |
Color Harmonies of #80B9B4
Complementary color
Monochromatic Colors of #80B9B4
Black with #80B9B4
Text Example
Text Example
White with #80B9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B9B4; }
p { color: rgb(128,185,180); }
H1.HeaderClassName
{
color: #80B9B4;
}
.AnyTagClassName
{
color: #80B9B4;
}
</style>
background-color css
<style>
a { background-color: #80B9B4; }
a { background-color: rgb(128,185,180); }
div.DivClassName
{
background-color: #80B9B4;
}
.BgClassName
{
background-color: #80B9B4;
}
</style>
border-color css
<style>
span { border-color: #80B9B4; }
span { border-color: rgb(128,185,180); }
td.TdClassName
{
border-color: #80B9B4;
}
.TagClassName
{
border-color: #80B9B4;
}
</style>