#90E3AC

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

Shades of Vista Blue #90E3AC

Tints of Vista Blue #90E3AC

Color information

#90E3AC (or 0x90E3AC) is unknown color: approx Vista Blue. HEX triplet: 90, E3 and AC. RGB value is (144,227,172). Sum of RGB (Red+Green+Blue) = 144+227+172=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #90E3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E3AC is #6F1C53. Grayscale: #C4C4C4. Windows color (decimal): -7281748 or 11330448. OLE color: 11330448.

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

Color convert

RGB144227172-
CMYK0.3700.240.11
HSL140.24º59.71%72.75%-
HSV(B)140.24º36.56%89.02%-
XYZ46.4263.8548.91-
YUV195.91114.590.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.52%
GREEN value IS 227 (89.06% from 255) = 41.80%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=26.52%
G=41.80%
B=31.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1442271720.3700.240.11140.2459.7172.75
Hex90E3AC25018B8c3c49
Octal220343254450301321474111
Binary1001000011100011101011001001010110001011100011001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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