#93E0AD

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

Shades of Vista Blue #93E0AD

Tints of Vista Blue #93E0AD

Color information

#93E0AD (or 0x93E0AD) is unknown color: approx Vista Blue. HEX triplet: 93, E0 and AD. RGB value is (147,224,173). Sum of RGB (Red+Green+Blue) = 147+224+173=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E0AD is #6C1F52. Grayscale: #C3C3C3. Windows color (decimal): -7085907 or 11395219. OLE color: 11395219.

HSL color Cylindrical-coordinate representation of color #93E0AD: hue angle of 140.26º 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 #93E0AD is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB147224173-
CMYK0.3400.230.12
HSL140.26º55.4%72.75%-
HSV(B)140.26º34.38%87.84%-
XYZ46.2362.5349.17-
YUV195.16115.4993.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=27.02%
G=41.18%
B=31.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472241730.3400.230.12140.2655.472.75
Hex93E0AD22017C8c3749
Octal223340255420271421467111
Binary1001001111100000101011011000100101111100100011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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