#93E1AC

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

Shades of Vista Blue #93E1AC

Tints of Vista Blue #93E1AC

Color information

#93E1AC (or 0x93E1AC) is unknown color: approx Vista Blue. HEX triplet: 93, E1 and AC. RGB value is (147,225,172). Sum of RGB (Red+Green+Blue) = 147+225+172=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E1AC is #6C1E53. Grayscale: #C3C3C3. Windows color (decimal): -7085652 or 11329939. OLE color: 11329939.

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

Color convert

RGB147225172-
CMYK0.3500.240.12
HSL139.23º56.52%72.94%-
HSV(B)139.23º34.67%88.24%-
XYZ46.463.0348.75-
YUV195.64114.6693.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=27.02%
G=41.36%
B=31.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251720.3500.240.12139.2356.5272.94
Hex93E1AC23018C8b3949
Octal223341254430301421371111
Binary1001001111100001101011001000110110001100100010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,172); }

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

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

 a { background-color: rgb(147,225,172); }

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

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

 span { border-color: rgb(147,225,172); }

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