#90E6AE

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

Shades of Vista Blue #90E6AE

Tints of Vista Blue #90E6AE

Color information

#90E6AE (or 0x90E6AE) is unknown color: approx Vista Blue. HEX triplet: 90, E6 and AE. RGB value is (144,230,174). Sum of RGB (Red+Green+Blue) = 144+230+174=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #90E6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90E6AE is #6F1951. Grayscale: #C6C6C6. Windows color (decimal): -7280978 or 11462288. OLE color: 11462288.

HSL color Cylindrical-coordinate representation of color #90E6AE: hue angle of 140.93º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E6AE is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB144230174-
CMYK0.3700.240.10
HSL140.93º63.24%73.33%-
HSV(B)140.93º37.39%90.2%-
XYZ47.4465.5850.2-
YUV197.9114.5189.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 230 (90.23% from 255) = 41.97%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=26.28%
G=41.97%
B=31.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1442301740.3700.240.10140.9363.2473.33
Hex90E6AE25018A8d3f49
Octal220346256450301221577111
Binary1001000011100110101011101001010110001010100011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,230,174); }

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

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

 a { background-color: rgb(144,230,174); }

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

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

 span { border-color: rgb(144,230,174); }

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