Shades of Monte Carlo #80D3AE
Tints of Monte Carlo #80D3AE
RGB
CMYK
RGB Variations
Color information
#80D3AE (or 0x80D3AE) is known color: Monte Carlo. HEX triplet: 80, D3 and AE. RGB value is (128,211,174). Sum of RGB (Red+Green+Blue) = 128+211+174=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D3AE is #7F2C51. Grayscale: #B6B6B6. Windows color (decimal): -8334418 or 11457408. OLE color: 11457408.
HSL color Cylindrical-coordinate representation of color #80D3AE: hue angle of 153.25º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D3AE is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 174 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.17 |
| HSL | 153.25º | 0.49% | 0.66% | - |
| HSV(B) | 153.25º | 0.39% | 0.83% | - |
| XYZ | 39.84 | 54.23 | 48.41 | - |
| YUV | 181.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 174 | 0.39 | 0 | 0.18 | 0.17 | 153.25 | 0.49 | 0.66 |
| Hex | 80 | D3 | AE | 27 | 0 | 12 | 11 | 99 | 31 | 42 |
| Octal | 200 | 323 | 256 | 47 | 0 | 22 | 21 | 231 | 61 | 102 |
| Binary | 10000000 | 11010011 | 10101110 | 100111 | 0 | 10010 | 10001 | 10011001 | 110001 | 1000010 |
Color Harmonies of #80D3AE
Complementary color
Monochromatic Colors of #80D3AE
Black with #80D3AE
Text Example
Text Example
White with #80D3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3AE; }
p { color: rgb(128,211,174); }
H1.HeaderClassName
{
color: #80D3AE;
}
.AnyTagClassName
{
color: #80D3AE;
}
</style>
background-color css
<style>
a { background-color: #80D3AE; }
a { background-color: rgb(128,211,174); }
div.DivClassName
{
background-color: #80D3AE;
}
.BgClassName
{
background-color: #80D3AE;
}
</style>
border-color css
<style>
span { border-color: #80D3AE; }
span { border-color: rgb(128,211,174); }
td.TdClassName
{
border-color: #80D3AE;
}
.TagClassName
{
border-color: #80D3AE;
}
</style>