Shades of Monte Carlo #7ACABB
Tints of Monte Carlo #7ACABB
RGB
CMYK
RGB Variations
Color information
#7ACABB (or 0x7ACABB) is known color: Monte Carlo. HEX triplet: 7A, CA and BB. RGB value is (122,202,187). Sum of RGB (Red+Green+Blue) = 122+202+187=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACABB is #853544. Grayscale: #B0B0B0. Windows color (decimal): -8729925 or 12307066. OLE color: 12307066.
HSL color Cylindrical-coordinate representation of color #7ACABB: hue angle of 168.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACABB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 202 | 187 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.21 |
| HSL | 168.75º | 0.43% | 0.64% | - |
| HSV(B) | 168.75º | 0.4% | 0.79% | - |
| XYZ | 38.12 | 49.97 | 54.65 | - |
| YUV | 176.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 187 | 0.40 | 0 | 0.07 | 0.21 | 168.75 | 0.43 | 0.64 |
| Hex | 7A | CA | BB | 28 | 0 | 7 | 15 | A9 | 2B | 40 |
| Octal | 172 | 312 | 273 | 50 | 0 | 7 | 25 | 251 | 53 | 100 |
| Binary | 1111010 | 11001010 | 10111011 | 101000 | 0 | 111 | 10101 | 10101001 | 101011 | 1000000 |
Color Harmonies of #7ACABB
Complementary color
Monochromatic Colors of #7ACABB
Black with #7ACABB
Text Example
Text Example
White with #7ACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACABB; }
p { color: rgb(122,202,187); }
H1.HeaderClassName
{
color: #7ACABB;
}
.AnyTagClassName
{
color: #7ACABB;
}
</style>
background-color css
<style>
a { background-color: #7ACABB; }
a { background-color: rgb(122,202,187); }
div.DivClassName
{
background-color: #7ACABB;
}
.BgClassName
{
background-color: #7ACABB;
}
</style>
border-color css
<style>
span { border-color: #7ACABB; }
span { border-color: rgb(122,202,187); }
td.TdClassName
{
border-color: #7ACABB;
}
.TagClassName
{
border-color: #7ACABB;
}
</style>