Shades of Monte Carlo #80CCAF
Tints of Monte Carlo #80CCAF
RGB
CMYK
RGB Variations
Color information
#80CCAF (or 0x80CCAF) is known color: Monte Carlo. HEX triplet: 80, CC and AF. RGB value is (128,204,175). Sum of RGB (Red+Green+Blue) = 128+204+175=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCAF is #7F3350. Grayscale: #B2B2B2. Windows color (decimal): -8336209 or 11521152. OLE color: 11521152.
HSL color Cylindrical-coordinate representation of color #80CCAF: hue angle of 157.11º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCAF is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 175 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.2 |
| HSL | 157.11º | 0.43% | 0.65% | - |
| HSV(B) | 157.11º | 0.37% | 0.8% | - |
| XYZ | 38.23 | 50.87 | 48.36 | - |
| YUV | 177.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 175 | 0.37 | 0 | 0.14 | 0.2 | 157.11 | 0.43 | 0.65 |
| Hex | 80 | CC | AF | 25 | 0 | E | 14 | 9D | 2B | 41 |
| Octal | 200 | 314 | 257 | 45 | 0 | 16 | 24 | 235 | 53 | 101 |
| Binary | 10000000 | 11001100 | 10101111 | 100101 | 0 | 1110 | 10100 | 10011101 | 101011 | 1000001 |
Color Harmonies of #80CCAF
Complementary color
Monochromatic Colors of #80CCAF
Black with #80CCAF
Text Example
Text Example
White with #80CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCAF; }
p { color: rgb(128,204,175); }
H1.HeaderClassName
{
color: #80CCAF;
}
.AnyTagClassName
{
color: #80CCAF;
}
</style>
background-color css
<style>
a { background-color: #80CCAF; }
a { background-color: rgb(128,204,175); }
div.DivClassName
{
background-color: #80CCAF;
}
.BgClassName
{
background-color: #80CCAF;
}
</style>
border-color css
<style>
span { border-color: #80CCAF; }
span { border-color: rgb(128,204,175); }
td.TdClassName
{
border-color: #80CCAF;
}
.TagClassName
{
border-color: #80CCAF;
}
</style>