Html Css Color HEX #A3EAD2 Magic Mint

📋 copy color: '#A3EAD2'

red 163 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #A3EAD2

Tints of Magic Mint #A3EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 26.85%
G = 38.55%
B = 34.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#A3EAD2 (or 0xA3EAD2) is known color: Magic Mint. HEX triplet: A3, EA and D2. RGB value is (163,234,210). Sum of RGB (Red+Green+Blue) = 163+234+210=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAD2 is #5C152D. Grayscale: #D2D2D2. Windows color (decimal): -6034734 or 13822627. OLE color: 13822627.

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

Color convert

RGB 163 234 210 -
CMYK 0.30 0 0.10 0.08
HSL 159.72º 0.63% 0.78% -
HSV(B) 159.72º 0.3% 0.92% -
XYZ 56.16 71.29 71.77 -
YUV 210.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 163 234 210 0.30 0 0.10 0.08 159.72 0.63 0.78
Hex A3 EA D2 1E 0 A 8 A0 3F 4E
Octal 243 352 322 36 0 12 10 240 77 116
Binary 10100011 11101010 11010010 11110 0 1010 1000 10100000 111111 1001110

Color Harmonies of #A3EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EAD2

Black with #A3EAD2

Text Example


Text Example

White with #A3EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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