#93E0AE

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

Shades of Vista Blue #93E0AE

Tints of Vista Blue #93E0AE

Color information

#93E0AE (or 0x93E0AE) is unknown color: approx Vista Blue. HEX triplet: 93, E0 and AE. RGB value is (147,224,174). Sum of RGB (Red+Green+Blue) = 147+224+174=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E0AE is #6C1F51. Grayscale: #C3C3C3. Windows color (decimal): -7085906 or 11460755. OLE color: 11460755.

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

Color convert

RGB147224174-
CMYK0.3400.220.12
HSL141.04º55.4%72.75%-
HSV(B)141.04º34.38%87.84%-
XYZ46.3362.5749.68-
YUV195.28115.9993.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=26.97%
G=41.10%
B=31.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472241740.3400.220.12141.0455.472.75
Hex93E0AE22016C8d3749
Octal223340256420261421567111
Binary1001001111100000101011101000100101101100100011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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