Shades of Monte Carlo #7FC3B2
Tints of Monte Carlo #7FC3B2
RGB
CMYK
RGB Variations
Color information
#7FC3B2 (or 0x7FC3B2) is known color: Monte Carlo. HEX triplet: 7F, C3 and B2. RGB value is (127,195,178). Sum of RGB (Red+Green+Blue) = 127+195+178=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC3B2 is #803C4D. Grayscale: #ACACAC. Windows color (decimal): -8404046 or 11715455. OLE color: 11715455.
HSL color Cylindrical-coordinate representation of color #7FC3B2: hue angle of 165º degrees, saturation: 0.36, 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 #7FC3B2 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 178 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.24 |
| HSL | 165º | 0.36% | 0.63% | - |
| HSV(B) | 165º | 0.35% | 0.76% | - |
| XYZ | 36.3 | 46.76 | 49.23 | - |
| YUV | 172.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 178 | 0.35 | 0 | 0.09 | 0.24 | 165 | 0.36 | 0.63 |
| Hex | 7F | C3 | B2 | 23 | 0 | 9 | 18 | A5 | 24 | 3F |
| Octal | 177 | 303 | 262 | 43 | 0 | 11 | 30 | 245 | 44 | 77 |
| Binary | 1111111 | 11000011 | 10110010 | 100011 | 0 | 1001 | 11000 | 10100101 | 100100 | 111111 |
Color Harmonies of #7FC3B2
Complementary color
Monochromatic Colors of #7FC3B2
Black with #7FC3B2
Text Example
Text Example
White with #7FC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC3B2; }
p { color: rgb(127,195,178); }
H1.HeaderClassName
{
color: #7FC3B2;
}
.AnyTagClassName
{
color: #7FC3B2;
}
</style>
background-color css
<style>
a { background-color: #7FC3B2; }
a { background-color: rgb(127,195,178); }
div.DivClassName
{
background-color: #7FC3B2;
}
.BgClassName
{
background-color: #7FC3B2;
}
</style>
border-color css
<style>
span { border-color: #7FC3B2; }
span { border-color: rgb(127,195,178); }
td.TdClassName
{
border-color: #7FC3B2;
}
.TagClassName
{
border-color: #7FC3B2;
}
</style>