Shades of Vista Blue #94E5AD
Tints of Vista Blue #94E5AD
RGB
CMYK
RGB Variations
Color information
#94E5AD (or 0x94E5AD) is known color: Vista Blue. HEX triplet: 94, E5 and AD. RGB value is (148,229,173). Sum of RGB (Red+Green+Blue) = 148+229+173=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E5AD is #6B1A52. Grayscale: #C6C6C6. Windows color (decimal): -7019091 or 11396500. OLE color: 11396500.
HSL color Cylindrical-coordinate representation of color #94E5AD: hue angle of 138.52º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E5AD is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 173 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.10 |
| HSL | 138.52º | 0.61% | 0.74% | - |
| HSV(B) | 138.52º | 0.35% | 0.9% | - |
| XYZ | 47.77 | 65.35 | 49.63 | - |
| YUV | 198.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 173 | 0.35 | 0 | 0.24 | 0.10 | 138.52 | 0.61 | 0.74 |
| Hex | 94 | E5 | AD | 23 | 0 | 18 | A | 8B | 3D | 4A |
| Octal | 224 | 345 | 255 | 43 | 0 | 30 | 12 | 213 | 75 | 112 |
| Binary | 10010100 | 11100101 | 10101101 | 100011 | 0 | 11000 | 1010 | 10001011 | 111101 | 1001010 |
Color Harmonies of #94E5AD
Complementary color
Monochromatic Colors of #94E5AD
Black with #94E5AD
Text Example
Text Example
White with #94E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5AD; }
p { color: rgb(148,229,173); }
H1.HeaderClassName
{
color: #94E5AD;
}
.AnyTagClassName
{
color: #94E5AD;
}
</style>
background-color css
<style>
a { background-color: #94E5AD; }
a { background-color: rgb(148,229,173); }
div.DivClassName
{
background-color: #94E5AD;
}
.BgClassName
{
background-color: #94E5AD;
}
</style>
border-color css
<style>
span { border-color: #94E5AD; }
span { border-color: rgb(148,229,173); }
td.TdClassName
{
border-color: #94E5AD;
}
.TagClassName
{
border-color: #94E5AD;
}
</style>