Shades of Monte Carlo #7FCEAD
Tints of Monte Carlo #7FCEAD
RGB
CMYK
RGB Variations
Color information
#7FCEAD (or 0x7FCEAD) is known color: Monte Carlo. HEX triplet: 7F, CE and AD. RGB value is (127,206,173). Sum of RGB (Red+Green+Blue) = 127+206+173=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEAD is #803152. Grayscale: #B2B2B2. Windows color (decimal): -8401235 or 11390591. OLE color: 11390591.
HSL color Cylindrical-coordinate representation of color #7FCEAD: hue angle of 154.94º 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 #7FCEAD is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 173 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.19 |
| HSL | 154.94º | 0.45% | 0.65% | - |
| HSV(B) | 154.94º | 0.38% | 0.81% | - |
| XYZ | 38.37 | 51.67 | 47.49 | - |
| YUV | 178.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 173 | 0.38 | 0 | 0.16 | 0.19 | 154.94 | 0.45 | 0.65 |
| Hex | 7F | CE | AD | 26 | 0 | 10 | 13 | 9B | 2D | 41 |
| Octal | 177 | 316 | 255 | 46 | 0 | 20 | 23 | 233 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10101101 | 100110 | 0 | 10000 | 10011 | 10011011 | 101101 | 1000001 |
Color Harmonies of #7FCEAD
Complementary color
Monochromatic Colors of #7FCEAD
Black with #7FCEAD
Text Example
Text Example
White with #7FCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEAD; }
p { color: rgb(127,206,173); }
H1.HeaderClassName
{
color: #7FCEAD;
}
.AnyTagClassName
{
color: #7FCEAD;
}
</style>
background-color css
<style>
a { background-color: #7FCEAD; }
a { background-color: rgb(127,206,173); }
div.DivClassName
{
background-color: #7FCEAD;
}
.BgClassName
{
background-color: #7FCEAD;
}
</style>
border-color css
<style>
span { border-color: #7FCEAD; }
span { border-color: rgb(127,206,173); }
td.TdClassName
{
border-color: #7FCEAD;
}
.TagClassName
{
border-color: #7FCEAD;
}
</style>