Shades of Monte Carlo #7FC2AF
Tints of Monte Carlo #7FC2AF
RGB
CMYK
RGB Variations
Color information
#7FC2AF (or 0x7FC2AF) is known color: Monte Carlo. HEX triplet: 7F, C2 and AF. RGB value is (127,194,175). Sum of RGB (Red+Green+Blue) = 127+194+175=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC2AF is #803D50. Grayscale: #ABABAB. Windows color (decimal): -8404305 or 11518591. OLE color: 11518591.
HSL color Cylindrical-coordinate representation of color #7FC2AF: hue angle of 162.99º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC2AF is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 175 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.24 |
| HSL | 162.99º | 0.35% | 0.63% | - |
| HSV(B) | 162.99º | 0.35% | 0.76% | - |
| XYZ | 35.78 | 46.19 | 47.59 | - |
| YUV | 171.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 175 | 0.35 | 0 | 0.10 | 0.24 | 162.99 | 0.35 | 0.63 |
| Hex | 7F | C2 | AF | 23 | 0 | A | 18 | A3 | 23 | 3F |
| Octal | 177 | 302 | 257 | 43 | 0 | 12 | 30 | 243 | 43 | 77 |
| Binary | 1111111 | 11000010 | 10101111 | 100011 | 0 | 1010 | 11000 | 10100011 | 100011 | 111111 |
Color Harmonies of #7FC2AF
Complementary color
Monochromatic Colors of #7FC2AF
Black with #7FC2AF
Text Example
Text Example
White with #7FC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC2AF; }
p { color: rgb(127,194,175); }
H1.HeaderClassName
{
color: #7FC2AF;
}
.AnyTagClassName
{
color: #7FC2AF;
}
</style>
background-color css
<style>
a { background-color: #7FC2AF; }
a { background-color: rgb(127,194,175); }
div.DivClassName
{
background-color: #7FC2AF;
}
.BgClassName
{
background-color: #7FC2AF;
}
</style>
border-color css
<style>
span { border-color: #7FC2AF; }
span { border-color: rgb(127,194,175); }
td.TdClassName
{
border-color: #7FC2AF;
}
.TagClassName
{
border-color: #7FC2AF;
}
</style>