Shades of Vista Blue #90D4AA
Tints of Vista Blue #90D4AA
RGB
CMYK
RGB Variations
Color information
#90D4AA (or 0x90D4AA) is known color: Vista Blue. HEX triplet: 90, D4 and AA. RGB value is (144,212,170). Sum of RGB (Red+Green+Blue) = 144+212+170=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #90D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D4AA is #6F2B55. Grayscale: #BABABA. Windows color (decimal): -7285590 or 11195536. OLE color: 11195536.
HSL color Cylindrical-coordinate representation of color #90D4AA: hue angle of 142.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D4AA is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 170 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.17 |
| HSL | 142.94º | 0.44% | 0.7% | - |
| HSV(B) | 142.94º | 0.32% | 0.83% | - |
| XYZ | 42.3 | 55.92 | 46.59 | - |
| YUV | 186.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 170 | 0.32 | 0 | 0.20 | 0.17 | 142.94 | 0.44 | 0.7 |
| Hex | 90 | D4 | AA | 20 | 0 | 14 | 11 | 8F | 2C | 46 |
| Octal | 220 | 324 | 252 | 40 | 0 | 24 | 21 | 217 | 54 | 106 |
| Binary | 10010000 | 11010100 | 10101010 | 100000 | 0 | 10100 | 10001 | 10001111 | 101100 | 1000110 |
Color Harmonies of #90D4AA
Complementary color
Monochromatic Colors of #90D4AA
Black with #90D4AA
Text Example
Text Example
White with #90D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D4AA; }
p { color: rgb(144,212,170); }
H1.HeaderClassName
{
color: #90D4AA;
}
.AnyTagClassName
{
color: #90D4AA;
}
</style>
background-color css
<style>
a { background-color: #90D4AA; }
a { background-color: rgb(144,212,170); }
div.DivClassName
{
background-color: #90D4AA;
}
.BgClassName
{
background-color: #90D4AA;
}
</style>
border-color css
<style>
span { border-color: #90D4AA; }
span { border-color: rgb(144,212,170); }
td.TdClassName
{
border-color: #90D4AA;
}
.TagClassName
{
border-color: #90D4AA;
}
</style>