Shades of Monte Carlo #7ACDB1
Tints of Monte Carlo #7ACDB1
RGB
CMYK
RGB Variations
Color information
#7ACDB1 (or 0x7ACDB1) is known color: Monte Carlo. HEX triplet: 7A, CD and B1. RGB value is (122,205,177). Sum of RGB (Red+Green+Blue) = 122+205+177=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACDB1 is #85324E. Grayscale: #B1B1B1. Windows color (decimal): -8729167 or 11652474. OLE color: 11652474.
HSL color Cylindrical-coordinate representation of color #7ACDB1: hue angle of 159.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACDB1 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 177 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.20 |
| HSL | 159.76º | 0.45% | 0.64% | - |
| HSV(B) | 159.76º | 0.4% | 0.8% | - |
| XYZ | 37.79 | 50.97 | 49.44 | - |
| YUV | 176.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 177 | 0.40 | 0 | 0.14 | 0.20 | 159.76 | 0.45 | 0.64 |
| Hex | 7A | CD | B1 | 28 | 0 | E | 14 | A0 | 2D | 40 |
| Octal | 172 | 315 | 261 | 50 | 0 | 16 | 24 | 240 | 55 | 100 |
| Binary | 1111010 | 11001101 | 10110001 | 101000 | 0 | 1110 | 10100 | 10100000 | 101101 | 1000000 |
Color Harmonies of #7ACDB1
Complementary color
Monochromatic Colors of #7ACDB1
Black with #7ACDB1
Text Example
Text Example
White with #7ACDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACDB1; }
p { color: rgb(122,205,177); }
H1.HeaderClassName
{
color: #7ACDB1;
}
.AnyTagClassName
{
color: #7ACDB1;
}
</style>
background-color css
<style>
a { background-color: #7ACDB1; }
a { background-color: rgb(122,205,177); }
div.DivClassName
{
background-color: #7ACDB1;
}
.BgClassName
{
background-color: #7ACDB1;
}
</style>
border-color css
<style>
span { border-color: #7ACDB1; }
span { border-color: rgb(122,205,177); }
td.TdClassName
{
border-color: #7ACDB1;
}
.TagClassName
{
border-color: #7ACDB1;
}
</style>