Shades of Vista Blue #90E5AA
Tints of Vista Blue #90E5AA
RGB
CMYK
RGB Variations
Color information
#90E5AA (or 0x90E5AA) is known color: Vista Blue. HEX triplet: 90, E5 and AA. RGB value is (144,229,170). Sum of RGB (Red+Green+Blue) = 144+229+170=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E5AA is #6F1A55. Grayscale: #C5C5C5. Windows color (decimal): -7281238 or 11199888. OLE color: 11199888.
HSL color Cylindrical-coordinate representation of color #90E5AA: hue angle of 138.35º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E5AA is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 170 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.10 |
| HSL | 138.35º | 0.62% | 0.73% | - |
| HSV(B) | 138.35º | 0.37% | 0.9% | - |
| XYZ | 46.78 | 64.87 | 48.09 | - |
| YUV | 196.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 170 | 0.37 | 0 | 0.26 | 0.10 | 138.35 | 0.62 | 0.73 |
| Hex | 90 | E5 | AA | 25 | 0 | 1A | A | 8A | 3E | 49 |
| Octal | 220 | 345 | 252 | 45 | 0 | 32 | 12 | 212 | 76 | 111 |
| Binary | 10010000 | 11100101 | 10101010 | 100101 | 0 | 11010 | 1010 | 10001010 | 111110 | 1001001 |
Color Harmonies of #90E5AA
Complementary color
Monochromatic Colors of #90E5AA
Black with #90E5AA
Text Example
Text Example
White with #90E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5AA; }
p { color: rgb(144,229,170); }
H1.HeaderClassName
{
color: #90E5AA;
}
.AnyTagClassName
{
color: #90E5AA;
}
</style>
background-color css
<style>
a { background-color: #90E5AA; }
a { background-color: rgb(144,229,170); }
div.DivClassName
{
background-color: #90E5AA;
}
.BgClassName
{
background-color: #90E5AA;
}
</style>
border-color css
<style>
span { border-color: #90E5AA; }
span { border-color: rgb(144,229,170); }
td.TdClassName
{
border-color: #90E5AA;
}
.TagClassName
{
border-color: #90E5AA;
}
</style>