Html Css Color HEX #93D4AC Vista Blue

📋 copy color: '#93D4AC'

red 147 ◦ green 212 ◦ blue 172

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

Shades of Vista Blue #93D4AC

Tints of Vista Blue #93D4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 27.68%
G = 39.92%
B = 32.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#93D4AC (or 0x93D4AC) is known color: Vista Blue. HEX triplet: 93, D4 and AC. RGB value is (147,212,172). Sum of RGB (Red+Green+Blue) = 147+212+172=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D4AC is #6C2B53. Grayscale: #BCBCBC. Windows color (decimal): -7088980 or 11326611. OLE color: 11326611.

HSL color Cylindrical-coordinate representation of color #93D4AC: hue angle of 143.08º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4AC is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 212 172 -
CMYK 0.31 0 0.19 0.17
HSL 143.08º 0.43% 0.7% -
HSV(B) 143.08º 0.31% 0.83% -
XYZ 43.02 56.27 47.62 -
YUV 188.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 147 212 172 0.31 0 0.19 0.17 143.08 0.43 0.7
Hex 93 D4 AC 1F 0 13 11 8F 2B 46
Octal 223 324 254 37 0 23 21 217 53 106
Binary 10010011 11010100 10101100 11111 0 10011 10001 10001111 101011 1000110

Color Harmonies of #93D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D4AC

Black with #93D4AC

Text Example


Text Example

White with #93D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93D4AC;
 }
 .AnyTagClassName
 {
   color: #93D4AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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