Shades of Monte Carlo #7AC9B6
Tints of Monte Carlo #7AC9B6
RGB
CMYK
RGB Variations
Color information
#7AC9B6 (or 0x7AC9B6) is known color: Monte Carlo. HEX triplet: 7A, C9 and B6. RGB value is (122,201,182). Sum of RGB (Red+Green+Blue) = 122+201+182=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC9B6 is #853649. Grayscale: #AFAFAF. Windows color (decimal): -8730186 or 11979130. OLE color: 11979130.
HSL color Cylindrical-coordinate representation of color #7AC9B6: hue angle of 165.57º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC9B6 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 182 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.21 |
| HSL | 165.57º | 0.42% | 0.63% | - |
| HSV(B) | 165.57º | 0.39% | 0.79% | - |
| XYZ | 37.36 | 49.29 | 51.8 | - |
| YUV | 175.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 182 | 0.39 | 0 | 0.09 | 0.21 | 165.57 | 0.42 | 0.63 |
| Hex | 7A | C9 | B6 | 27 | 0 | 9 | 15 | A6 | 2A | 3F |
| Octal | 172 | 311 | 266 | 47 | 0 | 11 | 25 | 246 | 52 | 77 |
| Binary | 1111010 | 11001001 | 10110110 | 100111 | 0 | 1001 | 10101 | 10100110 | 101010 | 111111 |
Color Harmonies of #7AC9B6
Complementary color
Monochromatic Colors of #7AC9B6
Black with #7AC9B6
Text Example
Text Example
White with #7AC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC9B6; }
p { color: rgb(122,201,182); }
H1.HeaderClassName
{
color: #7AC9B6;
}
.AnyTagClassName
{
color: #7AC9B6;
}
</style>
background-color css
<style>
a { background-color: #7AC9B6; }
a { background-color: rgb(122,201,182); }
div.DivClassName
{
background-color: #7AC9B6;
}
.BgClassName
{
background-color: #7AC9B6;
}
</style>
border-color css
<style>
span { border-color: #7AC9B6; }
span { border-color: rgb(122,201,182); }
td.TdClassName
{
border-color: #7AC9B6;
}
.TagClassName
{
border-color: #7AC9B6;
}
</style>