Shades of Monte Carlo #7FD2AF
Tints of Monte Carlo #7FD2AF
RGB
CMYK
RGB Variations
Color information
#7FD2AF (or 0x7FD2AF) is known color: Monte Carlo. HEX triplet: 7F, D2 and AF. RGB value is (127,210,175). Sum of RGB (Red+Green+Blue) = 127+210+175=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD2AF is #802D50. Grayscale: #B5B5B5. Windows color (decimal): -8400209 or 11522687. OLE color: 11522687.
HSL color Cylindrical-coordinate representation of color #7FD2AF: hue angle of 154.7º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD2AF is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 175 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.18 |
| HSL | 154.7º | 0.48% | 0.66% | - |
| HSV(B) | 154.7º | 0.4% | 0.82% | - |
| XYZ | 39.54 | 53.7 | 48.84 | - |
| YUV | 181.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 175 | 0.40 | 0 | 0.17 | 0.18 | 154.7 | 0.48 | 0.66 |
| Hex | 7F | D2 | AF | 28 | 0 | 11 | 12 | 9B | 30 | 42 |
| Octal | 177 | 322 | 257 | 50 | 0 | 21 | 22 | 233 | 60 | 102 |
| Binary | 1111111 | 11010010 | 10101111 | 101000 | 0 | 10001 | 10010 | 10011011 | 110000 | 1000010 |
Color Harmonies of #7FD2AF
Complementary color
Monochromatic Colors of #7FD2AF
Black with #7FD2AF
Text Example
Text Example
White with #7FD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD2AF; }
p { color: rgb(127,210,175); }
H1.HeaderClassName
{
color: #7FD2AF;
}
.AnyTagClassName
{
color: #7FD2AF;
}
</style>
background-color css
<style>
a { background-color: #7FD2AF; }
a { background-color: rgb(127,210,175); }
div.DivClassName
{
background-color: #7FD2AF;
}
.BgClassName
{
background-color: #7FD2AF;
}
</style>
border-color css
<style>
span { border-color: #7FD2AF; }
span { border-color: rgb(127,210,175); }
td.TdClassName
{
border-color: #7FD2AF;
}
.TagClassName
{
border-color: #7FD2AF;
}
</style>