Shades of Mint Green #7AFFAB
Tints of Mint Green #7AFFAB
RGB
CMYK
RGB Variations
Color information
#7AFFAB (or 0x7AFFAB) is known color: Mint Green. HEX triplet: 7A, FF and AB. RGB value is (122,255,171). Sum of RGB (Red+Green+Blue) = 122+255+171=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFFAB is #850054. Grayscale: #CDCDCD. Windows color (decimal): -8716373 or 11272058. OLE color: 11272058.
HSL color Cylindrical-coordinate representation of color #7AFFAB: hue angle of 142.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFAB is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 171 | - |
| CMYK | 0.52 | 0 | 0.33 | 0 |
| HSL | 142.11º | 1% | 0.74% | - |
| HSV(B) | 142.11º | 0.52% | 1% | - |
| XYZ | 51.14 | 78.6 | 51 | - |
| YUV | 205.66 | 108.44 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 171 | 0.52 | 0 | 0.33 | 0 | 142.11 | 1 | 0.74 |
| Hex | 7A | FF | AB | 34 | 0 | 21 | 0 | 8E | 64 | 4A |
| Octal | 172 | 377 | 253 | 64 | 0 | 41 | 0 | 216 | 144 | 112 |
| Binary | 1111010 | 11111111 | 10101011 | 110100 | 0 | 100001 | 0 | 10001110 | 1100100 | 1001010 |
Color Harmonies of #7AFFAB
Complementary color
Monochromatic Colors of #7AFFAB
Black with #7AFFAB
Text Example
Text Example
White with #7AFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFAB; }
p { color: rgb(122,255,171); }
H1.HeaderClassName
{
color: #7AFFAB;
}
.AnyTagClassName
{
color: #7AFFAB;
}
</style>
background-color css
<style>
a { background-color: #7AFFAB; }
a { background-color: rgb(122,255,171); }
div.DivClassName
{
background-color: #7AFFAB;
}
.BgClassName
{
background-color: #7AFFAB;
}
</style>
border-color css
<style>
span { border-color: #7AFFAB; }
span { border-color: rgb(122,255,171); }
td.TdClassName
{
border-color: #7AFFAB;
}
.TagClassName
{
border-color: #7AFFAB;
}
</style>