Shades of Monte Carlo #80D4AF
Tints of Monte Carlo #80D4AF
RGB
CMYK
RGB Variations
Color information
#80D4AF (or 0x80D4AF) is known color: Monte Carlo. HEX triplet: 80, D4 and AF. RGB value is (128,212,175). Sum of RGB (Red+Green+Blue) = 128+212+175=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D4AF is #7F2B50. Grayscale: #B6B6B6. Windows color (decimal): -8334161 or 11523200. OLE color: 11523200.
HSL color Cylindrical-coordinate representation of color #80D4AF: hue angle of 153.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D4AF is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 175 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.17 |
| HSL | 153.57º | 0.49% | 0.67% | - |
| HSV(B) | 153.57º | 0.4% | 0.83% | - |
| XYZ | 40.18 | 54.77 | 49.01 | - |
| YUV | 182.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 175 | 0.40 | 0 | 0.17 | 0.17 | 153.57 | 0.49 | 0.67 |
| Hex | 80 | D4 | AF | 28 | 0 | 11 | 11 | 9A | 31 | 43 |
| Octal | 200 | 324 | 257 | 50 | 0 | 21 | 21 | 232 | 61 | 103 |
| Binary | 10000000 | 11010100 | 10101111 | 101000 | 0 | 10001 | 10001 | 10011010 | 110001 | 1000011 |
Color Harmonies of #80D4AF
Complementary color
Monochromatic Colors of #80D4AF
Black with #80D4AF
Text Example
Text Example
White with #80D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D4AF; }
p { color: rgb(128,212,175); }
H1.HeaderClassName
{
color: #80D4AF;
}
.AnyTagClassName
{
color: #80D4AF;
}
</style>
background-color css
<style>
a { background-color: #80D4AF; }
a { background-color: rgb(128,212,175); }
div.DivClassName
{
background-color: #80D4AF;
}
.BgClassName
{
background-color: #80D4AF;
}
</style>
border-color css
<style>
span { border-color: #80D4AF; }
span { border-color: rgb(128,212,175); }
td.TdClassName
{
border-color: #80D4AF;
}
.TagClassName
{
border-color: #80D4AF;
}
</style>