Shades of Monte Carlo #7AD6B2
Tints of Monte Carlo #7AD6B2
RGB
CMYK
RGB Variations
Color information
#7AD6B2 (or 0x7AD6B2) is known color: Monte Carlo. HEX triplet: 7A, D6 and B2. RGB value is (122,214,178). Sum of RGB (Red+Green+Blue) = 122+214+178=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD6B2 is #85294D. Grayscale: #B6B6B6. Windows color (decimal): -8726862 or 11720314. OLE color: 11720314.
HSL color Cylindrical-coordinate representation of color #7AD6B2: hue angle of 156.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6B2 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 178 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.16 |
| HSL | 156.52º | 0.53% | 0.66% | - |
| HSV(B) | 156.52º | 0.43% | 0.84% | - |
| XYZ | 40.11 | 55.45 | 50.71 | - |
| YUV | 182.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 178 | 0.43 | 0 | 0.17 | 0.16 | 156.52 | 0.53 | 0.66 |
| Hex | 7A | D6 | B2 | 2B | 0 | 11 | 10 | 9D | 35 | 42 |
| Octal | 172 | 326 | 262 | 53 | 0 | 21 | 20 | 235 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10110010 | 101011 | 0 | 10001 | 10000 | 10011101 | 110101 | 1000010 |
Color Harmonies of #7AD6B2
Complementary color
Monochromatic Colors of #7AD6B2
Black with #7AD6B2
Text Example
Text Example
White with #7AD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6B2; }
p { color: rgb(122,214,178); }
H1.HeaderClassName
{
color: #7AD6B2;
}
.AnyTagClassName
{
color: #7AD6B2;
}
</style>
background-color css
<style>
a { background-color: #7AD6B2; }
a { background-color: rgb(122,214,178); }
div.DivClassName
{
background-color: #7AD6B2;
}
.BgClassName
{
background-color: #7AD6B2;
}
</style>
border-color css
<style>
span { border-color: #7AD6B2; }
span { border-color: rgb(122,214,178); }
td.TdClassName
{
border-color: #7AD6B2;
}
.TagClassName
{
border-color: #7AD6B2;
}
</style>