Shades of Vista Blue #90E8AA
Tints of Vista Blue #90E8AA
RGB
CMYK
RGB Variations
Color information
#90E8AA (or 0x90E8AA) is known color: Vista Blue. HEX triplet: 90, E8 and AA. RGB value is (144,232,170). Sum of RGB (Red+Green+Blue) = 144+232+170=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90E8AA is #6F1755. Grayscale: #C6C6C6. Windows color (decimal): -7280470 or 11200656. OLE color: 11200656.
HSL color Cylindrical-coordinate representation of color #90E8AA: hue angle of 137.73º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E8AA is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 170 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.09 |
| HSL | 137.73º | 0.66% | 0.74% | - |
| HSV(B) | 137.73º | 0.38% | 0.91% | - |
| XYZ | 47.61 | 66.54 | 48.37 | - |
| YUV | 198.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 170 | 0.38 | 0 | 0.27 | 0.09 | 137.73 | 0.66 | 0.74 |
| Hex | 90 | E8 | AA | 26 | 0 | 1B | 9 | 8A | 42 | 4A |
| Octal | 220 | 350 | 252 | 46 | 0 | 33 | 11 | 212 | 102 | 112 |
| Binary | 10010000 | 11101000 | 10101010 | 100110 | 0 | 11011 | 1001 | 10001010 | 1000010 | 1001010 |
Color Harmonies of #90E8AA
Complementary color
Monochromatic Colors of #90E8AA
Black with #90E8AA
Text Example
Text Example
White with #90E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8AA; }
p { color: rgb(144,232,170); }
H1.HeaderClassName
{
color: #90E8AA;
}
.AnyTagClassName
{
color: #90E8AA;
}
</style>
background-color css
<style>
a { background-color: #90E8AA; }
a { background-color: rgb(144,232,170); }
div.DivClassName
{
background-color: #90E8AA;
}
.BgClassName
{
background-color: #90E8AA;
}
</style>
border-color css
<style>
span { border-color: #90E8AA; }
span { border-color: rgb(144,232,170); }
td.TdClassName
{
border-color: #90E8AA;
}
.TagClassName
{
border-color: #90E8AA;
}
</style>