Shades of Monte Carlo #7ACEAF
Tints of Monte Carlo #7ACEAF
RGB
CMYK
RGB Variations
Color information
#7ACEAF (or 0x7ACEAF) is known color: Monte Carlo. HEX triplet: 7A, CE and AF. RGB value is (122,206,175). Sum of RGB (Red+Green+Blue) = 122+206+175=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEAF is #853150. Grayscale: #B1B1B1. Windows color (decimal): -8728913 or 11521658. OLE color: 11521658.
HSL color Cylindrical-coordinate representation of color #7ACEAF: hue angle of 157.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEAF is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 175 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.19 |
| HSL | 157.86º | 0.46% | 0.64% | - |
| HSV(B) | 157.86º | 0.41% | 0.81% | - |
| XYZ | 37.84 | 51.38 | 48.48 | - |
| YUV | 177.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 175 | 0.41 | 0 | 0.15 | 0.19 | 157.86 | 0.46 | 0.64 |
| Hex | 7A | CE | AF | 29 | 0 | F | 13 | 9E | 2E | 40 |
| Octal | 172 | 316 | 257 | 51 | 0 | 17 | 23 | 236 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10101111 | 101001 | 0 | 1111 | 10011 | 10011110 | 101110 | 1000000 |
Color Harmonies of #7ACEAF
Complementary color
Monochromatic Colors of #7ACEAF
Black with #7ACEAF
Text Example
Text Example
White with #7ACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEAF; }
p { color: rgb(122,206,175); }
H1.HeaderClassName
{
color: #7ACEAF;
}
.AnyTagClassName
{
color: #7ACEAF;
}
</style>
background-color css
<style>
a { background-color: #7ACEAF; }
a { background-color: rgb(122,206,175); }
div.DivClassName
{
background-color: #7ACEAF;
}
.BgClassName
{
background-color: #7ACEAF;
}
</style>
border-color css
<style>
span { border-color: #7ACEAF; }
span { border-color: rgb(122,206,175); }
td.TdClassName
{
border-color: #7ACEAF;
}
.TagClassName
{
border-color: #7ACEAF;
}
</style>