#93EAC4

Color #93EAC4 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #93EAC4

Tints of Magic Mint #93EAC4

Color information

#93EAC4 (or 0x93EAC4) is unknown color: approx Magic Mint. HEX triplet: 93, EA and C4. RGB value is (147,234,196). Sum of RGB (Red+Green+Blue) = 147+234+196=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EAC4 is #6C153B. Grayscale: #CBCBCB. Windows color (decimal): -7083324 or 12905107. OLE color: 12905107.

HSL color Cylindrical-coordinate representation of color #93EAC4: hue angle of 153.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAC4 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB147234196-
CMYK0.3700.160.08
HSL153.79º67.44%74.71%-
HSV(B)153.79º37.18%91.76%-
XYZ51.4269.0362.84-
YUV203.66123.6887.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=25.48%
G=40.55%
B=33.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472341960.3700.160.08153.7967.4474.71
Hex93EAC42501089a434b
Octal2233523044502010232103113
Binary10010011111010101100010010010101000010001001101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,196); }

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

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

 a { background-color: rgb(147,234,196); }

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

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

 span { border-color: rgb(147,234,196); }

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