Shades of Vista Blue #7FF2AD
Tints of Vista Blue #7FF2AD
RGB
CMYK
RGB Variations
Color information
#7FF2AD (or 0x7FF2AD) is known color: Vista Blue. HEX triplet: 7F, F2 and AD. RGB value is (127,242,173). Sum of RGB (Red+Green+Blue) = 127+242+173=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF2AD is #800D52. Grayscale: #C7C7C7. Windows color (decimal): -8392019 or 11399807. OLE color: 11399807.
HSL color Cylindrical-coordinate representation of color #7FF2AD: hue angle of 144º 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 #7FF2AD is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 173 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.05 |
| HSL | 144º | 0.82% | 0.72% | - |
| HSV(B) | 144º | 0.48% | 0.95% | - |
| XYZ | 48.05 | 71.03 | 50.71 | - |
| YUV | 199.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 173 | 0.48 | 0 | 0.29 | 0.05 | 144 | 0.82 | 0.72 |
| Hex | 7F | F2 | AD | 30 | 0 | 1D | 5 | 90 | 52 | 48 |
| Octal | 177 | 362 | 255 | 60 | 0 | 35 | 5 | 220 | 122 | 110 |
| Binary | 1111111 | 11110010 | 10101101 | 110000 | 0 | 11101 | 101 | 10010000 | 1010010 | 1001000 |
Color Harmonies of #7FF2AD
Complementary color
Monochromatic Colors of #7FF2AD
Black with #7FF2AD
Text Example
Text Example
White with #7FF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2AD; }
p { color: rgb(127,242,173); }
H1.HeaderClassName
{
color: #7FF2AD;
}
.AnyTagClassName
{
color: #7FF2AD;
}
</style>
background-color css
<style>
a { background-color: #7FF2AD; }
a { background-color: rgb(127,242,173); }
div.DivClassName
{
background-color: #7FF2AD;
}
.BgClassName
{
background-color: #7FF2AD;
}
</style>
border-color css
<style>
span { border-color: #7FF2AD; }
span { border-color: rgb(127,242,173); }
td.TdClassName
{
border-color: #7FF2AD;
}
.TagClassName
{
border-color: #7FF2AD;
}
</style>