Shades of Monte Carlo #7FC7A8
Tints of Monte Carlo #7FC7A8
RGB
CMYK
RGB Variations
Color information
#7FC7A8 (or 0x7FC7A8) is known color: Monte Carlo. HEX triplet: 7F, C7 and A8. RGB value is (127,199,168). Sum of RGB (Red+Green+Blue) = 127+199+168=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC7A8 is #803857. Grayscale: #ADADAD. Windows color (decimal): -8403032 or 11061119. OLE color: 11061119.
HSL color Cylindrical-coordinate representation of color #7FC7A8: hue angle of 154.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC7A8 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 168 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.22 |
| HSL | 154.17º | 0.39% | 0.64% | - |
| HSV(B) | 154.17º | 0.36% | 0.78% | - |
| XYZ | 36.24 | 48.19 | 44.44 | - |
| YUV | 173.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 168 | 0.36 | 0 | 0.16 | 0.22 | 154.17 | 0.39 | 0.64 |
| Hex | 7F | C7 | A8 | 24 | 0 | 10 | 16 | 9A | 27 | 40 |
| Octal | 177 | 307 | 250 | 44 | 0 | 20 | 26 | 232 | 47 | 100 |
| Binary | 1111111 | 11000111 | 10101000 | 100100 | 0 | 10000 | 10110 | 10011010 | 100111 | 1000000 |
Color Harmonies of #7FC7A8
Complementary color
Monochromatic Colors of #7FC7A8
Black with #7FC7A8
Text Example
Text Example
White with #7FC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC7A8; }
p { color: rgb(127,199,168); }
H1.HeaderClassName
{
color: #7FC7A8;
}
.AnyTagClassName
{
color: #7FC7A8;
}
</style>
background-color css
<style>
a { background-color: #7FC7A8; }
a { background-color: rgb(127,199,168); }
div.DivClassName
{
background-color: #7FC7A8;
}
.BgClassName
{
background-color: #7FC7A8;
}
</style>
border-color css
<style>
span { border-color: #7FC7A8; }
span { border-color: rgb(127,199,168); }
td.TdClassName
{
border-color: #7FC7A8;
}
.TagClassName
{
border-color: #7FC7A8;
}
</style>