Shades of Monte Carlo #7FCAAB
Tints of Monte Carlo #7FCAAB
RGB
CMYK
RGB Variations
Color information
#7FCAAB (or 0x7FCAAB) is known color: Monte Carlo. HEX triplet: 7F, CA and AB. RGB value is (127,202,171). Sum of RGB (Red+Green+Blue) = 127+202+171=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAAB is #803554. Grayscale: #B0B0B0. Windows color (decimal): -8402261 or 11258495. OLE color: 11258495.
HSL color Cylindrical-coordinate representation of color #7FCAAB: hue angle of 155.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCAAB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 171 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.21 |
| HSL | 155.2º | 0.41% | 0.65% | - |
| HSV(B) | 155.2º | 0.37% | 0.79% | - |
| XYZ | 37.22 | 49.69 | 46.16 | - |
| YUV | 176.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 171 | 0.37 | 0 | 0.15 | 0.21 | 155.2 | 0.41 | 0.65 |
| Hex | 7F | CA | AB | 25 | 0 | F | 15 | 9B | 29 | 41 |
| Octal | 177 | 312 | 253 | 45 | 0 | 17 | 25 | 233 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10101011 | 100101 | 0 | 1111 | 10101 | 10011011 | 101001 | 1000001 |
Color Harmonies of #7FCAAB
Complementary color
Monochromatic Colors of #7FCAAB
Black with #7FCAAB
Text Example
Text Example
White with #7FCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAAB; }
p { color: rgb(127,202,171); }
H1.HeaderClassName
{
color: #7FCAAB;
}
.AnyTagClassName
{
color: #7FCAAB;
}
</style>
background-color css
<style>
a { background-color: #7FCAAB; }
a { background-color: rgb(127,202,171); }
div.DivClassName
{
background-color: #7FCAAB;
}
.BgClassName
{
background-color: #7FCAAB;
}
</style>
border-color css
<style>
span { border-color: #7FCAAB; }
span { border-color: rgb(127,202,171); }
td.TdClassName
{
border-color: #7FCAAB;
}
.TagClassName
{
border-color: #7FCAAB;
}
</style>