Shades of Monte Carlo #7AD1B2
Tints of Monte Carlo #7AD1B2
RGB
CMYK
RGB Variations
Color information
#7AD1B2 (or 0x7AD1B2) is known color: Monte Carlo. HEX triplet: 7A, D1 and B2. RGB value is (122,209,178). Sum of RGB (Red+Green+Blue) = 122+209+178=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD1B2 is #852E4D. Grayscale: #B3B3B3. Windows color (decimal): -8728142 or 11719034. OLE color: 11719034.
HSL color Cylindrical-coordinate representation of color #7AD1B2: hue angle of 158.62º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD1B2 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 178 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.18 |
| HSL | 158.62º | 0.49% | 0.65% | - |
| HSV(B) | 158.62º | 0.42% | 0.82% | - |
| XYZ | 38.86 | 52.95 | 50.29 | - |
| YUV | 179.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 178 | 0.42 | 0 | 0.15 | 0.18 | 158.62 | 0.49 | 0.65 |
| Hex | 7A | D1 | B2 | 2A | 0 | F | 12 | 9F | 31 | 41 |
| Octal | 172 | 321 | 262 | 52 | 0 | 17 | 22 | 237 | 61 | 101 |
| Binary | 1111010 | 11010001 | 10110010 | 101010 | 0 | 1111 | 10010 | 10011111 | 110001 | 1000001 |
Color Harmonies of #7AD1B2
Complementary color
Monochromatic Colors of #7AD1B2
Black with #7AD1B2
Text Example
Text Example
White with #7AD1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD1B2; }
p { color: rgb(122,209,178); }
H1.HeaderClassName
{
color: #7AD1B2;
}
.AnyTagClassName
{
color: #7AD1B2;
}
</style>
background-color css
<style>
a { background-color: #7AD1B2; }
a { background-color: rgb(122,209,178); }
div.DivClassName
{
background-color: #7AD1B2;
}
.BgClassName
{
background-color: #7AD1B2;
}
</style>
border-color css
<style>
span { border-color: #7AD1B2; }
span { border-color: rgb(122,209,178); }
td.TdClassName
{
border-color: #7AD1B2;
}
.TagClassName
{
border-color: #7AD1B2;
}
</style>