#90E0AE

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

Shades of Vista Blue #90E0AE

Tints of Vista Blue #90E0AE

Color information

#90E0AE (or 0x90E0AE) is unknown color: approx Vista Blue. HEX triplet: 90, E0 and AE. RGB value is (144,224,174). Sum of RGB (Red+Green+Blue) = 144+224+174=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #90E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E0AE is #6F1F51. Grayscale: #C2C2C2. Windows color (decimal): -7282514 or 11460752. OLE color: 11460752.

HSL color Cylindrical-coordinate representation of color #90E0AE: hue angle of 142.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E0AE is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB144224174-
CMYK0.3600.220.12
HSL142.5º56.34%72.16%-
HSV(B)142.5º35.71%87.84%-
XYZ45.862.349.66-
YUV194.38116.592.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=26.57%
G=41.33%
B=32.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1442241740.3600.220.12142.556.3472.16
Hex90E0AE24016C8e3848
Octal220340256440261421670110
Binary1001000011100000101011101001000101101100100011101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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