Shades of Monte Carlo #7FCDB0
Tints of Monte Carlo #7FCDB0
RGB
CMYK
RGB Variations
Color information
#7FCDB0 (or 0x7FCDB0) is known color: Monte Carlo. HEX triplet: 7F, CD and B0. RGB value is (127,205,176). Sum of RGB (Red+Green+Blue) = 127+205+176=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCDB0 is #80324F. Grayscale: #B2B2B2. Windows color (decimal): -8401488 or 11586943. OLE color: 11586943.
HSL color Cylindrical-coordinate representation of color #7FCDB0: hue angle of 157.69º 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 #7FCDB0 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 176 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.20 |
| HSL | 157.69º | 0.44% | 0.65% | - |
| HSV(B) | 157.69º | 0.38% | 0.8% | - |
| XYZ | 38.42 | 51.31 | 48.95 | - |
| YUV | 178.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 176 | 0.38 | 0 | 0.14 | 0.20 | 157.69 | 0.44 | 0.65 |
| Hex | 7F | CD | B0 | 26 | 0 | E | 14 | 9E | 2C | 41 |
| Octal | 177 | 315 | 260 | 46 | 0 | 16 | 24 | 236 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10110000 | 100110 | 0 | 1110 | 10100 | 10011110 | 101100 | 1000001 |
Color Harmonies of #7FCDB0
Complementary color
Monochromatic Colors of #7FCDB0
Black with #7FCDB0
Text Example
Text Example
White with #7FCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDB0; }
p { color: rgb(127,205,176); }
H1.HeaderClassName
{
color: #7FCDB0;
}
.AnyTagClassName
{
color: #7FCDB0;
}
</style>
background-color css
<style>
a { background-color: #7FCDB0; }
a { background-color: rgb(127,205,176); }
div.DivClassName
{
background-color: #7FCDB0;
}
.BgClassName
{
background-color: #7FCDB0;
}
</style>
border-color css
<style>
span { border-color: #7FCDB0; }
span { border-color: rgb(127,205,176); }
td.TdClassName
{
border-color: #7FCDB0;
}
.TagClassName
{
border-color: #7FCDB0;
}
</style>