Shades of Monte Carlo #80CAA6
Tints of Monte Carlo #80CAA6
RGB
CMYK
RGB Variations
Color information
#80CAA6 (or 0x80CAA6) is known color: Monte Carlo. HEX triplet: 80, CA and A6. RGB value is (128,202,166). Sum of RGB (Red+Green+Blue) = 128+202+166=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CAA6 is #7F3559. Grayscale: #AFAFAF. Windows color (decimal): -8336730 or 10930816. OLE color: 10930816.
HSL color Cylindrical-coordinate representation of color #80CAA6: hue angle of 150.81º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CAA6 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 166 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.21 |
| HSL | 150.81º | 0.41% | 0.65% | - |
| HSV(B) | 150.81º | 0.37% | 0.79% | - |
| XYZ | 36.91 | 49.58 | 43.7 | - |
| YUV | 175.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 166 | 0.37 | 0 | 0.18 | 0.21 | 150.81 | 0.41 | 0.65 |
| Hex | 80 | CA | A6 | 25 | 0 | 12 | 15 | 97 | 29 | 41 |
| Octal | 200 | 312 | 246 | 45 | 0 | 22 | 25 | 227 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10100110 | 100101 | 0 | 10010 | 10101 | 10010111 | 101001 | 1000001 |
Color Harmonies of #80CAA6
Complementary color
Monochromatic Colors of #80CAA6
Black with #80CAA6
Text Example
Text Example
White with #80CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAA6; }
p { color: rgb(128,202,166); }
H1.HeaderClassName
{
color: #80CAA6;
}
.AnyTagClassName
{
color: #80CAA6;
}
</style>
background-color css
<style>
a { background-color: #80CAA6; }
a { background-color: rgb(128,202,166); }
div.DivClassName
{
background-color: #80CAA6;
}
.BgClassName
{
background-color: #80CAA6;
}
</style>
border-color css
<style>
span { border-color: #80CAA6; }
span { border-color: rgb(128,202,166); }
td.TdClassName
{
border-color: #80CAA6;
}
.TagClassName
{
border-color: #80CAA6;
}
</style>