Html Css Color HEX #A3EAC4 Magic Mint

📋 copy color: '#A3EAC4'

red 163 ◦ green 234 ◦ blue 196

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

Shades of Magic Mint #A3EAC4

Tints of Magic Mint #A3EAC4

RGB

 RED value IS 163 (64.06% from 255) = 27.49%

 GREEN value IS 234 (91.8% from 255) = 39.46%

 BLUE value IS 196 (76.95% from 255) = 33.05%

R = 27.49%
G = 39.46%
B = 33.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#A3EAC4 (or 0xA3EAC4) is known color: Magic Mint. HEX triplet: A3, EA and C4. RGB value is (163,234,196). Sum of RGB (Red+Green+Blue) = 163+234+196=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAC4 is #5C153B. Grayscale: #D0D0D0. Windows color (decimal): -6034748 or 12905123. OLE color: 12905123.

HSL color Cylindrical-coordinate representation of color #A3EAC4: hue angle of 147.89º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 234 196 -
CMYK 0.30 0 0.16 0.08
HSL 147.89º 0.63% 0.78% -
HSV(B) 147.89º 0.3% 0.92% -
XYZ 54.49 70.62 62.98 -
YUV 208.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 163 234 196 0.30 0 0.16 0.08 147.89 0.63 0.78
Hex A3 EA C4 1E 0 10 8 94 3F 4E
Octal 243 352 304 36 0 20 10 224 77 116
Binary 10100011 11101010 11000100 11110 0 10000 1000 10010100 111111 1001110

Color Harmonies of #A3EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EAC4

Black with #A3EAC4

Text Example


Text Example

White with #A3EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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