Shades of Vista Blue #7FE0AD
Tints of Vista Blue #7FE0AD
RGB
CMYK
RGB Variations
Color information
#7FE0AD (or 0x7FE0AD) is known color: Vista Blue. HEX triplet: 7F, E0 and AD. RGB value is (127,224,173). Sum of RGB (Red+Green+Blue) = 127+224+173=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE0AD is #801F52. Grayscale: #BDBDBD. Windows color (decimal): -8396627 or 11395199. OLE color: 11395199.
HSL color Cylindrical-coordinate representation of color #7FE0AD: hue angle of 148.45º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE0AD is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 224 | 173 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.12 |
| HSL | 148.45º | 0.61% | 0.69% | - |
| HSV(B) | 148.45º | 0.43% | 0.88% | - |
| XYZ | 42.95 | 60.84 | 49.01 | - |
| YUV | 189.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 173 | 0.43 | 0 | 0.23 | 0.12 | 148.45 | 0.61 | 0.69 |
| Hex | 7F | E0 | AD | 2B | 0 | 17 | C | 94 | 3D | 45 |
| Octal | 177 | 340 | 255 | 53 | 0 | 27 | 14 | 224 | 75 | 105 |
| Binary | 1111111 | 11100000 | 10101101 | 101011 | 0 | 10111 | 1100 | 10010100 | 111101 | 1000101 |
Color Harmonies of #7FE0AD
Complementary color
Monochromatic Colors of #7FE0AD
Black with #7FE0AD
Text Example
Text Example
White with #7FE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE0AD; }
p { color: rgb(127,224,173); }
H1.HeaderClassName
{
color: #7FE0AD;
}
.AnyTagClassName
{
color: #7FE0AD;
}
</style>
background-color css
<style>
a { background-color: #7FE0AD; }
a { background-color: rgb(127,224,173); }
div.DivClassName
{
background-color: #7FE0AD;
}
.BgClassName
{
background-color: #7FE0AD;
}
</style>
border-color css
<style>
span { border-color: #7FE0AD; }
span { border-color: rgb(127,224,173); }
td.TdClassName
{
border-color: #7FE0AD;
}
.TagClassName
{
border-color: #7FE0AD;
}
</style>