Shades of Monte Carlo #7AC2BB
Tints of Monte Carlo #7AC2BB
RGB
CMYK
RGB Variations
Color information
#7AC2BB (or 0x7AC2BB) is known color: Monte Carlo. HEX triplet: 7A, C2 and BB. RGB value is (122,194,187). Sum of RGB (Red+Green+Blue) = 122+194+187=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC2BB is #853D44. Grayscale: #ABABAB. Windows color (decimal): -8731973 or 12305018. OLE color: 12305018.
HSL color Cylindrical-coordinate representation of color #7AC2BB: hue angle of 174.17º 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 #7AC2BB is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 187 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.24 |
| HSL | 174.17º | 0.37% | 0.62% | - |
| HSV(B) | 174.17º | 0.37% | 0.76% | - |
| XYZ | 36.29 | 46.31 | 54.04 | - |
| YUV | 171.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 187 | 0.37 | 0 | 0.04 | 0.24 | 174.17 | 0.37 | 0.62 |
| Hex | 7A | C2 | BB | 25 | 0 | 4 | 18 | AE | 25 | 3E |
| Octal | 172 | 302 | 273 | 45 | 0 | 4 | 30 | 256 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10111011 | 100101 | 0 | 100 | 11000 | 10101110 | 100101 | 111110 |
Color Harmonies of #7AC2BB
Complementary color
Monochromatic Colors of #7AC2BB
Black with #7AC2BB
Text Example
Text Example
White with #7AC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC2BB; }
p { color: rgb(122,194,187); }
H1.HeaderClassName
{
color: #7AC2BB;
}
.AnyTagClassName
{
color: #7AC2BB;
}
</style>
background-color css
<style>
a { background-color: #7AC2BB; }
a { background-color: rgb(122,194,187); }
div.DivClassName
{
background-color: #7AC2BB;
}
.BgClassName
{
background-color: #7AC2BB;
}
</style>
border-color css
<style>
span { border-color: #7AC2BB; }
span { border-color: rgb(122,194,187); }
td.TdClassName
{
border-color: #7AC2BB;
}
.TagClassName
{
border-color: #7AC2BB;
}
</style>