#93E0AC

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

Shades of Vista Blue #93E0AC

Tints of Vista Blue #93E0AC

Color information

#93E0AC (or 0x93E0AC) is unknown color: approx Vista Blue. HEX triplet: 93, E0 and AC. RGB value is (147,224,172). Sum of RGB (Red+Green+Blue) = 147+224+172=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E0AC is #6C1F53. Grayscale: #C3C3C3. Windows color (decimal): -7085908 or 11329683. OLE color: 11329683.

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

Color convert

RGB147224172-
CMYK0.3400.230.12
HSL139.48º55.4%72.75%-
HSV(B)139.48º34.38%87.84%-
XYZ46.1362.4948.66-
YUV195.05114.9993.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=27.07%
G=41.25%
B=31.68%

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
Decimal1472241720.3400.230.12139.4855.472.75
Hex93E0AC22017C8b3749
Octal223340254420271421367111
Binary1001001111100000101011001000100101111100100010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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