#90D9AC

Color #90D9AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #90D9AC

Tints of Vista Blue #90D9AC

Color information

#90D9AC (or 0x90D9AC) is unknown color: approx Vista Blue. HEX triplet: 90, D9 and AC. RGB value is (144,217,172). Sum of RGB (Red+Green+Blue) = 144+217+172=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #90D9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D9AC is #6F2653. Grayscale: #BEBEBE. Windows color (decimal): -7284308 or 11327888. OLE color: 11327888.

HSL color Cylindrical-coordinate representation of color #90D9AC: hue angle of 143.01º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90D9AC is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB144217172-
CMYK0.3400.210.15
HSL143.01º48.99%70.78%-
HSV(B)143.01º33.64%85.1%-
XYZ43.7658.5348.02-
YUV190.04117.8295.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=27.02%
G=40.71%
B=32.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442171720.3400.210.15143.0148.9970.78
Hex90D9AC22015F8f3147
Octal220331254420251721761107
Binary1001000011011001101011001000100101011111100011111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D9AC; }

 p { color: rgb(144,217,172); }

 H1.HeaderClassName
 {
   color: #90D9AC;
 }
 .AnyTagClassName
 {
   color: #90D9AC;
 }
</style>
background-color css

<style>
 a { background-color: #90D9AC; }

 a { background-color: rgb(144,217,172); }

 div.DivClassName
 {
   background-color: #90D9AC;
 }
 .BgClassName
 {
   background-color: #90D9AC;
 }
</style>
border-color css

<style>
 span { border-color: #90D9AC; }

 span { border-color: rgb(144,217,172); }

 td.TdClassName
 {
   border-color: #90D9AC;
 }
 .TagClassName
 {
   border-color: #90D9AC;
 }
</style>