Shades of Monte Carlo #80C8B4
Tints of Monte Carlo #80C8B4
RGB
CMYK
RGB Variations
Color information
#80C8B4 (or 0x80C8B4) is known color: Monte Carlo. HEX triplet: 80, C8 and B4. RGB value is (128,200,180). Sum of RGB (Red+Green+Blue) = 128+200+180=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8B4 is #7F374B. Grayscale: #B0B0B0. Windows color (decimal): -8337228 or 11847808. OLE color: 11847808.
HSL color Cylindrical-coordinate representation of color #80C8B4: hue angle of 163.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C8B4 is Cyan = 0.36, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 180 | - |
| CMYK | 0.36 | 0 | 0.1 | 0.22 |
| HSL | 163.33º | 0.4% | 0.64% | - |
| HSV(B) | 163.33º | 0.36% | 0.78% | - |
| XYZ | 37.79 | 49.19 | 50.68 | - |
| YUV | 176.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 180 | 0.36 | 0 | 0.1 | 0.22 | 163.33 | 0.4 | 0.64 |
| Hex | 80 | C8 | B4 | 24 | 0 | A | 16 | A3 | 28 | 40 |
| Octal | 200 | 310 | 264 | 44 | 0 | 12 | 26 | 243 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10110100 | 100100 | 0 | 1010 | 10110 | 10100011 | 101000 | 1000000 |
Color Harmonies of #80C8B4
Complementary color
Monochromatic Colors of #80C8B4
Black with #80C8B4
Text Example
Text Example
White with #80C8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8B4; }
p { color: rgb(128,200,180); }
H1.HeaderClassName
{
color: #80C8B4;
}
.AnyTagClassName
{
color: #80C8B4;
}
</style>
background-color css
<style>
a { background-color: #80C8B4; }
a { background-color: rgb(128,200,180); }
div.DivClassName
{
background-color: #80C8B4;
}
.BgClassName
{
background-color: #80C8B4;
}
</style>
border-color css
<style>
span { border-color: #80C8B4; }
span { border-color: rgb(128,200,180); }
td.TdClassName
{
border-color: #80C8B4;
}
.TagClassName
{
border-color: #80C8B4;
}
</style>