Shades of Monte Carlo #7FBEAA
Tints of Monte Carlo #7FBEAA
RGB
CMYK
RGB Variations
Color information
#7FBEAA (or 0x7FBEAA) is known color: Monte Carlo. HEX triplet: 7F, BE and AA. RGB value is (127,190,170). Sum of RGB (Red+Green+Blue) = 127+190+170=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBEAA is #804155. Grayscale: #A8A8A8. Windows color (decimal): -8405334 or 11189887. OLE color: 11189887.
HSL color Cylindrical-coordinate representation of color #7FBEAA: hue angle of 160.95º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBEAA is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 170 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.25 |
| HSL | 160.95º | 0.33% | 0.62% | - |
| HSV(B) | 160.95º | 0.33% | 0.75% | - |
| XYZ | 34.42 | 44.24 | 44.76 | - |
| YUV | 168.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 170 | 0.33 | 0 | 0.11 | 0.25 | 160.95 | 0.33 | 0.62 |
| Hex | 7F | BE | AA | 21 | 0 | B | 19 | A1 | 21 | 3E |
| Octal | 177 | 276 | 252 | 41 | 0 | 13 | 31 | 241 | 41 | 76 |
| Binary | 1111111 | 10111110 | 10101010 | 100001 | 0 | 1011 | 11001 | 10100001 | 100001 | 111110 |
Color Harmonies of #7FBEAA
Complementary color
Monochromatic Colors of #7FBEAA
Black with #7FBEAA
Text Example
Text Example
White with #7FBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBEAA; }
p { color: rgb(127,190,170); }
H1.HeaderClassName
{
color: #7FBEAA;
}
.AnyTagClassName
{
color: #7FBEAA;
}
</style>
background-color css
<style>
a { background-color: #7FBEAA; }
a { background-color: rgb(127,190,170); }
div.DivClassName
{
background-color: #7FBEAA;
}
.BgClassName
{
background-color: #7FBEAA;
}
</style>
border-color css
<style>
span { border-color: #7FBEAA; }
span { border-color: rgb(127,190,170); }
td.TdClassName
{
border-color: #7FBEAA;
}
.TagClassName
{
border-color: #7FBEAA;
}
</style>