#93D5AA

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

Shades of Vista Blue #93D5AA

Tints of Vista Blue #93D5AA

Color information

#93D5AA (or 0x93D5AA) is unknown color: approx Vista Blue. HEX triplet: 93, D5 and AA. RGB value is (147,213,170). Sum of RGB (Red+Green+Blue) = 147+213+170=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5AA is #6C2A55. Grayscale: #BCBCBC. Windows color (decimal): -7088726 or 11195795. OLE color: 11195795.

HSL color Cylindrical-coordinate representation of color #93D5AA: hue angle of 140.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D5AA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB147213170-
CMYK0.3100.200.16
HSL140.91º44%70.59%-
HSV(B)140.91º30.99%83.53%-
XYZ43.0856.6946.7-
YUV188.36117.6398.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=27.74%
G=40.19%
B=32.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131700.3100.200.16140.914470.59
Hex93D5AA1F014108d2c47
Octal223325252370242021554107
Binary1001001111010101101010101111101010010000100011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,213,170); }

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

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

 a { background-color: rgb(147,213,170); }

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

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

 span { border-color: rgb(147,213,170); }

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