Shades of Monte Carlo #7FCDB4
Tints of Monte Carlo #7FCDB4
RGB
CMYK
RGB Variations
Color information
#7FCDB4 (or 0x7FCDB4) is known color: Monte Carlo. HEX triplet: 7F, CD and B4. RGB value is (127,205,180). Sum of RGB (Red+Green+Blue) = 127+205+180=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDB4 is #80324B. Grayscale: #B2B2B2. Windows color (decimal): -8401484 or 11849087. OLE color: 11849087.
HSL color Cylindrical-coordinate representation of color #7FCDB4: hue angle of 160.77º degrees, saturation: 0.44, 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 #7FCDB4 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 180 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.20 |
| HSL | 160.77º | 0.44% | 0.65% | - |
| HSV(B) | 160.77º | 0.38% | 0.8% | - |
| XYZ | 38.82 | 51.47 | 51.07 | - |
| YUV | 178.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 180 | 0.38 | 0 | 0.12 | 0.20 | 160.77 | 0.44 | 0.65 |
| Hex | 7F | CD | B4 | 26 | 0 | C | 14 | A1 | 2C | 41 |
| Octal | 177 | 315 | 264 | 46 | 0 | 14 | 24 | 241 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10110100 | 100110 | 0 | 1100 | 10100 | 10100001 | 101100 | 1000001 |
Color Harmonies of #7FCDB4
Complementary color
Monochromatic Colors of #7FCDB4
Black with #7FCDB4
Text Example
Text Example
White with #7FCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDB4; }
p { color: rgb(127,205,180); }
H1.HeaderClassName
{
color: #7FCDB4;
}
.AnyTagClassName
{
color: #7FCDB4;
}
</style>
background-color css
<style>
a { background-color: #7FCDB4; }
a { background-color: rgb(127,205,180); }
div.DivClassName
{
background-color: #7FCDB4;
}
.BgClassName
{
background-color: #7FCDB4;
}
</style>
border-color css
<style>
span { border-color: #7FCDB4; }
span { border-color: rgb(127,205,180); }
td.TdClassName
{
border-color: #7FCDB4;
}
.TagClassName
{
border-color: #7FCDB4;
}
</style>