Html Css Color HEX #93E0AE Vista Blue

📋 copy color: '#93E0AE'

red 147 ◦ green 224 ◦ blue 174

#93E0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #93E0AE

Tints of Vista Blue #93E0AE

RGB

 RED value IS 147 (57.81% from 255) = 26.97%

 GREEN value IS 224 (87.89% from 255) = 41.1%

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 26.97%
G = 41.1%
B = 31.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#93E0AE (or 0x93E0AE) is known color: 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

RGB 147 224 174 -
CMYK 0.34 0 0.22 0.12
HSL 141.04º 0.55% 0.73% -
HSV(B) 141.04º 0.34% 0.88% -
XYZ 46.33 62.57 49.68 -
YUV 195.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 147 224 174 0.34 0 0.22 0.12 141.04 0.55 0.73
Hex 93 E0 AE 22 0 16 C 8D 37 49
Octal 223 340 256 42 0 26 14 215 67 111
Binary 10010011 11100000 10101110 100010 0 10110 1100 10001101 110111 1001001

Color Harmonies of #93E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E0AE

Black with #93E0AE

Text Example


Text Example

White with #93E0AE

Text Example


Text Example

HTML Codes & Css Web 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>