Shades of Monte Carlo #7ABEA5
Tints of Monte Carlo #7ABEA5
RGB
CMYK
RGB Variations
Color information
#7ABEA5 (or 0x7ABEA5) is known color: Monte Carlo. HEX triplet: 7A, BE and A5. RGB value is (122,190,165). Sum of RGB (Red+Green+Blue) = 122+190+165=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABEA5 is #85415A. Grayscale: #A6A6A6. Windows color (decimal): -8733019 or 10862202. OLE color: 10862202.
HSL color Cylindrical-coordinate representation of color #7ABEA5: hue angle of 157.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABEA5 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 165 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.25 |
| HSL | 157.94º | 0.34% | 0.61% | - |
| HSV(B) | 157.94º | 0.36% | 0.75% | - |
| XYZ | 33.23 | 43.68 | 42.28 | - |
| YUV | 166.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 165 | 0.36 | 0 | 0.13 | 0.25 | 157.94 | 0.34 | 0.61 |
| Hex | 7A | BE | A5 | 24 | 0 | D | 19 | 9E | 22 | 3D |
| Octal | 172 | 276 | 245 | 44 | 0 | 15 | 31 | 236 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10100101 | 100100 | 0 | 1101 | 11001 | 10011110 | 100010 | 111101 |
Color Harmonies of #7ABEA5
Complementary color
Monochromatic Colors of #7ABEA5
Black with #7ABEA5
Text Example
Text Example
White with #7ABEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEA5; }
p { color: rgb(122,190,165); }
H1.HeaderClassName
{
color: #7ABEA5;
}
.AnyTagClassName
{
color: #7ABEA5;
}
</style>
background-color css
<style>
a { background-color: #7ABEA5; }
a { background-color: rgb(122,190,165); }
div.DivClassName
{
background-color: #7ABEA5;
}
.BgClassName
{
background-color: #7ABEA5;
}
</style>
border-color css
<style>
span { border-color: #7ABEA5; }
span { border-color: rgb(122,190,165); }
td.TdClassName
{
border-color: #7ABEA5;
}
.TagClassName
{
border-color: #7ABEA5;
}
</style>