Shades of Monte Carlo #7FC0B0
Tints of Monte Carlo #7FC0B0
RGB
CMYK
RGB Variations
Color information
#7FC0B0 (or 0x7FC0B0) is known color: Monte Carlo. HEX triplet: 7F, C0 and B0. RGB value is (127,192,176). Sum of RGB (Red+Green+Blue) = 127+192+176=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC0B0 is #803F4F. Grayscale: #AAAAAA. Windows color (decimal): -8404816 or 11583615. OLE color: 11583615.
HSL color Cylindrical-coordinate representation of color #7FC0B0: hue angle of 165.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC0B0 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 176 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.25 |
| HSL | 165.23º | 0.34% | 0.63% | - |
| HSV(B) | 165.23º | 0.34% | 0.75% | - |
| XYZ | 35.44 | 45.35 | 47.96 | - |
| YUV | 170.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 176 | 0.34 | 0 | 0.08 | 0.25 | 165.23 | 0.34 | 0.63 |
| Hex | 7F | C0 | B0 | 22 | 0 | 8 | 19 | A5 | 22 | 3F |
| Octal | 177 | 300 | 260 | 42 | 0 | 10 | 31 | 245 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10110000 | 100010 | 0 | 1000 | 11001 | 10100101 | 100010 | 111111 |
Color Harmonies of #7FC0B0
Complementary color
Monochromatic Colors of #7FC0B0
Black with #7FC0B0
Text Example
Text Example
White with #7FC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0B0; }
p { color: rgb(127,192,176); }
H1.HeaderClassName
{
color: #7FC0B0;
}
.AnyTagClassName
{
color: #7FC0B0;
}
</style>
background-color css
<style>
a { background-color: #7FC0B0; }
a { background-color: rgb(127,192,176); }
div.DivClassName
{
background-color: #7FC0B0;
}
.BgClassName
{
background-color: #7FC0B0;
}
</style>
border-color css
<style>
span { border-color: #7FC0B0; }
span { border-color: rgb(127,192,176); }
td.TdClassName
{
border-color: #7FC0B0;
}
.TagClassName
{
border-color: #7FC0B0;
}
</style>