Shades of Vista Blue #90D2AA
Tints of Vista Blue #90D2AA
RGB
CMYK
RGB Variations
Color information
#90D2AA (or 0x90D2AA) is known color: Vista Blue. HEX triplet: 90, D2 and AA. RGB value is (144,210,170). Sum of RGB (Red+Green+Blue) = 144+210+170=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D2AA is #6F2D55. Grayscale: #B9B9B9. Windows color (decimal): -7286102 or 11195024. OLE color: 11195024.
HSL color Cylindrical-coordinate representation of color #90D2AA: hue angle of 143.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D2AA is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 170 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.18 |
| HSL | 143.64º | 0.42% | 0.69% | - |
| HSV(B) | 143.64º | 0.31% | 0.82% | - |
| XYZ | 41.8 | 54.92 | 46.43 | - |
| YUV | 185.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 170 | 0.31 | 0 | 0.19 | 0.18 | 143.64 | 0.42 | 0.69 |
| Hex | 90 | D2 | AA | 1F | 0 | 13 | 12 | 90 | 2A | 45 |
| Octal | 220 | 322 | 252 | 37 | 0 | 23 | 22 | 220 | 52 | 105 |
| Binary | 10010000 | 11010010 | 10101010 | 11111 | 0 | 10011 | 10010 | 10010000 | 101010 | 1000101 |
Color Harmonies of #90D2AA
Complementary color
Monochromatic Colors of #90D2AA
Black with #90D2AA
Text Example
Text Example
White with #90D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2AA; }
p { color: rgb(144,210,170); }
H1.HeaderClassName
{
color: #90D2AA;
}
.AnyTagClassName
{
color: #90D2AA;
}
</style>
background-color css
<style>
a { background-color: #90D2AA; }
a { background-color: rgb(144,210,170); }
div.DivClassName
{
background-color: #90D2AA;
}
.BgClassName
{
background-color: #90D2AA;
}
</style>
border-color css
<style>
span { border-color: #90D2AA; }
span { border-color: rgb(144,210,170); }
td.TdClassName
{
border-color: #90D2AA;
}
.TagClassName
{
border-color: #90D2AA;
}
</style>