Shades of Vista Blue #7DF2AA
Tints of Vista Blue #7DF2AA
RGB
CMYK
RGB Variations
Color information
#7DF2AA (or 0x7DF2AA) is known color: Vista Blue. HEX triplet: 7D, F2 and AA. RGB value is (125,242,170). Sum of RGB (Red+Green+Blue) = 125+242+170=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2AA is #820D55. Grayscale: #C6C6C6. Windows color (decimal): -8523094 or 11203197. OLE color: 11203197.
HSL color Cylindrical-coordinate representation of color #7DF2AA: hue angle of 143.08º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2AA is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 170 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.05 |
| HSL | 143.08º | 0.82% | 0.72% | - |
| HSV(B) | 143.08º | 0.48% | 0.95% | - |
| XYZ | 47.47 | 70.77 | 49.19 | - |
| YUV | 198.81 | 111.74 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 170 | 0.48 | 0 | 0.30 | 0.05 | 143.08 | 0.82 | 0.72 |
| Hex | 7D | F2 | AA | 30 | 0 | 1E | 5 | 8F | 52 | 48 |
| Octal | 175 | 362 | 252 | 60 | 0 | 36 | 5 | 217 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10101010 | 110000 | 0 | 11110 | 101 | 10001111 | 1010010 | 1001000 |
Color Harmonies of #7DF2AA
Complementary color
Monochromatic Colors of #7DF2AA
Black with #7DF2AA
Text Example
Text Example
White with #7DF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2AA; }
p { color: rgb(125,242,170); }
H1.HeaderClassName
{
color: #7DF2AA;
}
.AnyTagClassName
{
color: #7DF2AA;
}
</style>
background-color css
<style>
a { background-color: #7DF2AA; }
a { background-color: rgb(125,242,170); }
div.DivClassName
{
background-color: #7DF2AA;
}
.BgClassName
{
background-color: #7DF2AA;
}
</style>
border-color css
<style>
span { border-color: #7DF2AA; }
span { border-color: rgb(125,242,170); }
td.TdClassName
{
border-color: #7DF2AA;
}
.TagClassName
{
border-color: #7DF2AA;
}
</style>