Shades of Monte Carlo #80BDA8
Tints of Monte Carlo #80BDA8
RGB
CMYK
RGB Variations
Color information
#80BDA8 (or 0x80BDA8) is known color: Monte Carlo. HEX triplet: 80, BD and A8. RGB value is (128,189,168). Sum of RGB (Red+Green+Blue) = 128+189+168=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDA8 is #7F4257. Grayscale: #A8A8A8. Windows color (decimal): -8340056 or 11058560. OLE color: 11058560.
HSL color Cylindrical-coordinate representation of color #80BDA8: hue angle of 159.34º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDA8 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 168 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.26 |
| HSL | 159.34º | 0.32% | 0.62% | - |
| HSV(B) | 159.34º | 0.32% | 0.74% | - |
| XYZ | 34.17 | 43.81 | 43.7 | - |
| YUV | 168.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 168 | 0.32 | 0 | 0.11 | 0.26 | 159.34 | 0.32 | 0.62 |
| Hex | 80 | BD | A8 | 20 | 0 | B | 1A | 9F | 20 | 3E |
| Octal | 200 | 275 | 250 | 40 | 0 | 13 | 32 | 237 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10101000 | 100000 | 0 | 1011 | 11010 | 10011111 | 100000 | 111110 |
Color Harmonies of #80BDA8
Complementary color
Monochromatic Colors of #80BDA8
Black with #80BDA8
Text Example
Text Example
White with #80BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDA8; }
p { color: rgb(128,189,168); }
H1.HeaderClassName
{
color: #80BDA8;
}
.AnyTagClassName
{
color: #80BDA8;
}
</style>
background-color css
<style>
a { background-color: #80BDA8; }
a { background-color: rgb(128,189,168); }
div.DivClassName
{
background-color: #80BDA8;
}
.BgClassName
{
background-color: #80BDA8;
}
</style>
border-color css
<style>
span { border-color: #80BDA8; }
span { border-color: rgb(128,189,168); }
td.TdClassName
{
border-color: #80BDA8;
}
.TagClassName
{
border-color: #80BDA8;
}
</style>