#93D2AC

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

Shades of Vista Blue #93D2AC

Tints of Vista Blue #93D2AC

Color information

#93D2AC (or 0x93D2AC) is unknown color: approx Vista Blue. HEX triplet: 93, D2 and AC. RGB value is (147,210,172). Sum of RGB (Red+Green+Blue) = 147+210+172=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D2AC is #6C2D53. Grayscale: #BABABA. Windows color (decimal): -7089492 or 11326099. OLE color: 11326099.

HSL color Cylindrical-coordinate representation of color #93D2AC: hue angle of 143.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2AC is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB147210172-
CMYK0.3000.180.18
HSL143.81º41.18%70%-
HSV(B)143.81º30%82.35%-
XYZ42.5355.2747.46-
YUV186.83119.6399.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.79%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=27.79%
G=39.70%
B=32.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101720.3000.180.18143.8141.1870
Hex93D2AC1E01212902946
Octal223322254360222222051106
Binary1001001111010010101011001111001001010010100100001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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