Shades of Monte Carlo #7FCCB7
Tints of Monte Carlo #7FCCB7
RGB
CMYK
RGB Variations
Color information
#7FCCB7 (or 0x7FCCB7) is known color: Monte Carlo. HEX triplet: 7F, CC and B7. RGB value is (127,204,183). Sum of RGB (Red+Green+Blue) = 127+204+183=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCB7 is #803348. Grayscale: #B2B2B2. Windows color (decimal): -8401737 or 12045439. OLE color: 12045439.
HSL color Cylindrical-coordinate representation of color #7FCCB7: hue angle of 163.64º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCB7 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 183 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.2 |
| HSL | 163.64º | 0.43% | 0.65% | - |
| HSV(B) | 163.64º | 0.38% | 0.8% | - |
| XYZ | 38.89 | 51.12 | 52.62 | - |
| YUV | 178.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 183 | 0.38 | 0 | 0.10 | 0.2 | 163.64 | 0.43 | 0.65 |
| Hex | 7F | CC | B7 | 26 | 0 | A | 14 | A4 | 2B | 41 |
| Octal | 177 | 314 | 267 | 46 | 0 | 12 | 24 | 244 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10110111 | 100110 | 0 | 1010 | 10100 | 10100100 | 101011 | 1000001 |
Color Harmonies of #7FCCB7
Complementary color
Monochromatic Colors of #7FCCB7
Black with #7FCCB7
Text Example
Text Example
White with #7FCCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCB7; }
p { color: rgb(127,204,183); }
H1.HeaderClassName
{
color: #7FCCB7;
}
.AnyTagClassName
{
color: #7FCCB7;
}
</style>
background-color css
<style>
a { background-color: #7FCCB7; }
a { background-color: rgb(127,204,183); }
div.DivClassName
{
background-color: #7FCCB7;
}
.BgClassName
{
background-color: #7FCCB7;
}
</style>
border-color css
<style>
span { border-color: #7FCCB7; }
span { border-color: rgb(127,204,183); }
td.TdClassName
{
border-color: #7FCCB7;
}
.TagClassName
{
border-color: #7FCCB7;
}
</style>