Shades of Monte Carlo #80CFAB
Tints of Monte Carlo #80CFAB
RGB
CMYK
RGB Variations
Color information
#80CFAB (or 0x80CFAB) is known color: Monte Carlo. HEX triplet: 80, CF and AB. RGB value is (128,207,171). Sum of RGB (Red+Green+Blue) = 128+207+171=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFAB is #7F3054. Grayscale: #B3B3B3. Windows color (decimal): -8335445 or 11259776. OLE color: 11259776.
HSL color Cylindrical-coordinate representation of color #80CFAB: hue angle of 152.66º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFAB is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 171 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.19 |
| HSL | 152.66º | 0.45% | 0.66% | - |
| HSV(B) | 152.66º | 0.38% | 0.81% | - |
| XYZ | 38.57 | 52.16 | 46.56 | - |
| YUV | 179.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 171 | 0.38 | 0 | 0.17 | 0.19 | 152.66 | 0.45 | 0.66 |
| Hex | 80 | CF | AB | 26 | 0 | 11 | 13 | 99 | 2D | 42 |
| Octal | 200 | 317 | 253 | 46 | 0 | 21 | 23 | 231 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10101011 | 100110 | 0 | 10001 | 10011 | 10011001 | 101101 | 1000010 |
Color Harmonies of #80CFAB
Complementary color
Monochromatic Colors of #80CFAB
Black with #80CFAB
Text Example
Text Example
White with #80CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFAB; }
p { color: rgb(128,207,171); }
H1.HeaderClassName
{
color: #80CFAB;
}
.AnyTagClassName
{
color: #80CFAB;
}
</style>
background-color css
<style>
a { background-color: #80CFAB; }
a { background-color: rgb(128,207,171); }
div.DivClassName
{
background-color: #80CFAB;
}
.BgClassName
{
background-color: #80CFAB;
}
</style>
border-color css
<style>
span { border-color: #80CFAB; }
span { border-color: rgb(128,207,171); }
td.TdClassName
{
border-color: #80CFAB;
}
.TagClassName
{
border-color: #80CFAB;
}
</style>