Shades of Vista Blue #7FF4AA
Tints of Vista Blue #7FF4AA
RGB
CMYK
RGB Variations
Color information
#7FF4AA (or 0x7FF4AA) is known color: Vista Blue. HEX triplet: 7F, F4 and AA. RGB value is (127,244,170). Sum of RGB (Red+Green+Blue) = 127+244+170=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF4AA is #800B55. Grayscale: #C8C8C8. Windows color (decimal): -8391510 or 11203711. OLE color: 11203711.
HSL color Cylindrical-coordinate representation of color #7FF4AA: hue angle of 142.05º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF4AA is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 244 | 170 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.04 |
| HSL | 142.05º | 0.84% | 0.73% | - |
| HSV(B) | 142.05º | 0.48% | 0.96% | - |
| XYZ | 48.36 | 72.12 | 49.4 | - |
| YUV | 200.58 | 110.74 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 244 | 170 | 0.48 | 0 | 0.30 | 0.04 | 142.05 | 0.84 | 0.73 |
| Hex | 7F | F4 | AA | 30 | 0 | 1E | 4 | 8E | 54 | 49 |
| Octal | 177 | 364 | 252 | 60 | 0 | 36 | 4 | 216 | 124 | 111 |
| Binary | 1111111 | 11110100 | 10101010 | 110000 | 0 | 11110 | 100 | 10001110 | 1010100 | 1001001 |
Color Harmonies of #7FF4AA
Complementary color
Monochromatic Colors of #7FF4AA
Black with #7FF4AA
Text Example
Text Example
White with #7FF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF4AA; }
p { color: rgb(127,244,170); }
H1.HeaderClassName
{
color: #7FF4AA;
}
.AnyTagClassName
{
color: #7FF4AA;
}
</style>
background-color css
<style>
a { background-color: #7FF4AA; }
a { background-color: rgb(127,244,170); }
div.DivClassName
{
background-color: #7FF4AA;
}
.BgClassName
{
background-color: #7FF4AA;
}
</style>
border-color css
<style>
span { border-color: #7FF4AA; }
span { border-color: rgb(127,244,170); }
td.TdClassName
{
border-color: #7FF4AA;
}
.TagClassName
{
border-color: #7FF4AA;
}
</style>