Html Css Color HEX #A3EAC2 Magic Mint

📋 copy color: '#A3EAC2'

red 163 ◦ green 234 ◦ blue 194

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

Shades of Magic Mint #A3EAC2

Tints of Magic Mint #A3EAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.83%

R = 27.58%
G = 39.59%
B = 32.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#A3EAC2 (or 0xA3EAC2) is known color: Magic Mint. HEX triplet: A3, EA and C2. RGB value is (163,234,194). Sum of RGB (Red+Green+Blue) = 163+234+194=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAC2 is #5C153D. Grayscale: #D0D0D0. Windows color (decimal): -6034750 or 12774051. OLE color: 12774051.

HSL color Cylindrical-coordinate representation of color #A3EAC2: hue angle of 146.2º 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 #A3EAC2 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 234 194 -
CMYK 0.30 0 0.17 0.08
HSL 146.2º 0.63% 0.78% -
HSV(B) 146.2º 0.3% 0.92% -
XYZ 54.26 70.53 61.79 -
YUV 208.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 163 234 194 0.30 0 0.17 0.08 146.2 0.63 0.78
Hex A3 EA C2 1E 0 11 8 92 3F 4E
Octal 243 352 302 36 0 21 10 222 77 116
Binary 10100011 11101010 11000010 11110 0 10001 1000 10010010 111111 1001110

Color Harmonies of #A3EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EAC2

Black with #A3EAC2

Text Example


Text Example

White with #A3EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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