Shades of Monte Carlo #7FCEAB
Tints of Monte Carlo #7FCEAB
RGB
CMYK
RGB Variations
Color information
#7FCEAB (or 0x7FCEAB) is known color: Monte Carlo. HEX triplet: 7F, CE and AB. RGB value is (127,206,171). Sum of RGB (Red+Green+Blue) = 127+206+171=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEAB is #803154. Grayscale: #B2B2B2. Windows color (decimal): -8401237 or 11259519. OLE color: 11259519.
HSL color Cylindrical-coordinate representation of color #7FCEAB: hue angle of 153.42º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEAB is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 171 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.19 |
| HSL | 153.42º | 0.45% | 0.65% | - |
| HSV(B) | 153.42º | 0.38% | 0.81% | - |
| XYZ | 38.17 | 51.59 | 46.47 | - |
| YUV | 178.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 171 | 0.38 | 0 | 0.17 | 0.19 | 153.42 | 0.45 | 0.65 |
| Hex | 7F | CE | AB | 26 | 0 | 11 | 13 | 99 | 2D | 41 |
| Octal | 177 | 316 | 253 | 46 | 0 | 21 | 23 | 231 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10101011 | 100110 | 0 | 10001 | 10011 | 10011001 | 101101 | 1000001 |
Color Harmonies of #7FCEAB
Complementary color
Monochromatic Colors of #7FCEAB
Black with #7FCEAB
Text Example
Text Example
White with #7FCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEAB; }
p { color: rgb(127,206,171); }
H1.HeaderClassName
{
color: #7FCEAB;
}
.AnyTagClassName
{
color: #7FCEAB;
}
</style>
background-color css
<style>
a { background-color: #7FCEAB; }
a { background-color: rgb(127,206,171); }
div.DivClassName
{
background-color: #7FCEAB;
}
.BgClassName
{
background-color: #7FCEAB;
}
</style>
border-color css
<style>
span { border-color: #7FCEAB; }
span { border-color: rgb(127,206,171); }
td.TdClassName
{
border-color: #7FCEAB;
}
.TagClassName
{
border-color: #7FCEAB;
}
</style>