Shades of Monte Carlo #7AC2B2
Tints of Monte Carlo #7AC2B2
RGB
CMYK
RGB Variations
Color information
#7AC2B2 (or 0x7AC2B2) is known color: Monte Carlo. HEX triplet: 7A, C2 and B2. RGB value is (122,194,178). Sum of RGB (Red+Green+Blue) = 122+194+178=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC2B2 is #853D4D. Grayscale: #AAAAAA. Windows color (decimal): -8731982 or 11715194. OLE color: 11715194.
HSL color Cylindrical-coordinate representation of color #7AC2B2: hue angle of 166.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC2B2 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 178 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.24 |
| HSL | 166.67º | 0.37% | 0.62% | - |
| HSV(B) | 166.67º | 0.37% | 0.76% | - |
| XYZ | 35.35 | 45.94 | 49.12 | - |
| YUV | 170.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 178 | 0.37 | 0 | 0.08 | 0.24 | 166.67 | 0.37 | 0.62 |
| Hex | 7A | C2 | B2 | 25 | 0 | 8 | 18 | A7 | 25 | 3E |
| Octal | 172 | 302 | 262 | 45 | 0 | 10 | 30 | 247 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10110010 | 100101 | 0 | 1000 | 11000 | 10100111 | 100101 | 111110 |
Color Harmonies of #7AC2B2
Complementary color
Monochromatic Colors of #7AC2B2
Black with #7AC2B2
Text Example
Text Example
White with #7AC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC2B2; }
p { color: rgb(122,194,178); }
H1.HeaderClassName
{
color: #7AC2B2;
}
.AnyTagClassName
{
color: #7AC2B2;
}
</style>
background-color css
<style>
a { background-color: #7AC2B2; }
a { background-color: rgb(122,194,178); }
div.DivClassName
{
background-color: #7AC2B2;
}
.BgClassName
{
background-color: #7AC2B2;
}
</style>
border-color css
<style>
span { border-color: #7AC2B2; }
span { border-color: rgb(122,194,178); }
td.TdClassName
{
border-color: #7AC2B2;
}
.TagClassName
{
border-color: #7AC2B2;
}
</style>