Shades of Vista Blue #90E3AA
Tints of Vista Blue #90E3AA
RGB
CMYK
RGB Variations
Color information
#90E3AA (or 0x90E3AA) is known color: Vista Blue. HEX triplet: 90, E3 and AA. RGB value is (144,227,170). Sum of RGB (Red+Green+Blue) = 144+227+170=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #90E3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E3AA is #6F1C55. Grayscale: #C3C3C3. Windows color (decimal): -7281750 or 11199376. OLE color: 11199376.
HSL color Cylindrical-coordinate representation of color #90E3AA: hue angle of 138.8º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E3AA is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 227 | 170 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.11 |
| HSL | 138.8º | 0.6% | 0.73% | - |
| HSV(B) | 138.8º | 0.37% | 0.89% | - |
| XYZ | 46.23 | 63.77 | 47.9 | - |
| YUV | 195.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 170 | 0.37 | 0 | 0.25 | 0.11 | 138.8 | 0.6 | 0.73 |
| Hex | 90 | E3 | AA | 25 | 0 | 19 | B | 8B | 3C | 49 |
| Octal | 220 | 343 | 252 | 45 | 0 | 31 | 13 | 213 | 74 | 111 |
| Binary | 10010000 | 11100011 | 10101010 | 100101 | 0 | 11001 | 1011 | 10001011 | 111100 | 1001001 |
Color Harmonies of #90E3AA
Complementary color
Monochromatic Colors of #90E3AA
Black with #90E3AA
Text Example
Text Example
White with #90E3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E3AA; }
p { color: rgb(144,227,170); }
H1.HeaderClassName
{
color: #90E3AA;
}
.AnyTagClassName
{
color: #90E3AA;
}
</style>
background-color css
<style>
a { background-color: #90E3AA; }
a { background-color: rgb(144,227,170); }
div.DivClassName
{
background-color: #90E3AA;
}
.BgClassName
{
background-color: #90E3AA;
}
</style>
border-color css
<style>
span { border-color: #90E3AA; }
span { border-color: rgb(144,227,170); }
td.TdClassName
{
border-color: #90E3AA;
}
.TagClassName
{
border-color: #90E3AA;
}
</style>