Shades of Monte Carlo #7ABDA5
Tints of Monte Carlo #7ABDA5
RGB
CMYK
RGB Variations
Color information
#7ABDA5 (or 0x7ABDA5) is known color: Monte Carlo. HEX triplet: 7A, BD and A5. RGB value is (122,189,165). Sum of RGB (Red+Green+Blue) = 122+189+165=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDA5 is #85425A. Grayscale: #A6A6A6. Windows color (decimal): -8733275 or 10861946. OLE color: 10861946.
HSL color Cylindrical-coordinate representation of color #7ABDA5: hue angle of 158.51º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABDA5 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 165 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.26 |
| HSL | 158.51º | 0.34% | 0.61% | - |
| HSV(B) | 158.51º | 0.35% | 0.74% | - |
| XYZ | 33.02 | 43.25 | 42.21 | - |
| YUV | 166.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 165 | 0.35 | 0 | 0.13 | 0.26 | 158.51 | 0.34 | 0.61 |
| Hex | 7A | BD | A5 | 23 | 0 | D | 1A | 9F | 22 | 3D |
| Octal | 172 | 275 | 245 | 43 | 0 | 15 | 32 | 237 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10100101 | 100011 | 0 | 1101 | 11010 | 10011111 | 100010 | 111101 |
Color Harmonies of #7ABDA5
Complementary color
Monochromatic Colors of #7ABDA5
Black with #7ABDA5
Text Example
Text Example
White with #7ABDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDA5; }
p { color: rgb(122,189,165); }
H1.HeaderClassName
{
color: #7ABDA5;
}
.AnyTagClassName
{
color: #7ABDA5;
}
</style>
background-color css
<style>
a { background-color: #7ABDA5; }
a { background-color: rgb(122,189,165); }
div.DivClassName
{
background-color: #7ABDA5;
}
.BgClassName
{
background-color: #7ABDA5;
}
</style>
border-color css
<style>
span { border-color: #7ABDA5; }
span { border-color: rgb(122,189,165); }
td.TdClassName
{
border-color: #7ABDA5;
}
.TagClassName
{
border-color: #7ABDA5;
}
</style>