Shades of Monte Carlo #7ACABD
Tints of Monte Carlo #7ACABD
RGB
CMYK
RGB Variations
Color information
#7ACABD (or 0x7ACABD) is known color: Monte Carlo. HEX triplet: 7A, CA and BD. RGB value is (122,202,189). Sum of RGB (Red+Green+Blue) = 122+202+189=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACABD is #853542. Grayscale: #B0B0B0. Windows color (decimal): -8729923 or 12438138. OLE color: 12438138.
HSL color Cylindrical-coordinate representation of color #7ACABD: hue angle of 170.25º 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 #7ACABD is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 202 | 189 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.21 |
| HSL | 170.25º | 0.43% | 0.64% | - |
| HSV(B) | 170.25º | 0.4% | 0.79% | - |
| XYZ | 38.33 | 50.05 | 55.78 | - |
| YUV | 176.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 189 | 0.40 | 0 | 0.06 | 0.21 | 170.25 | 0.43 | 0.64 |
| Hex | 7A | CA | BD | 28 | 0 | 6 | 15 | AA | 2B | 40 |
| Octal | 172 | 312 | 275 | 50 | 0 | 6 | 25 | 252 | 53 | 100 |
| Binary | 1111010 | 11001010 | 10111101 | 101000 | 0 | 110 | 10101 | 10101010 | 101011 | 1000000 |
Color Harmonies of #7ACABD
Complementary color
Monochromatic Colors of #7ACABD
Black with #7ACABD
Text Example
Text Example
White with #7ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACABD; }
p { color: rgb(122,202,189); }
H1.HeaderClassName
{
color: #7ACABD;
}
.AnyTagClassName
{
color: #7ACABD;
}
</style>
background-color css
<style>
a { background-color: #7ACABD; }
a { background-color: rgb(122,202,189); }
div.DivClassName
{
background-color: #7ACABD;
}
.BgClassName
{
background-color: #7ACABD;
}
</style>
border-color css
<style>
span { border-color: #7ACABD; }
span { border-color: rgb(122,202,189); }
td.TdClassName
{
border-color: #7ACABD;
}
.TagClassName
{
border-color: #7ACABD;
}
</style>