Html Css Color HEX #A3EDC2 Magic Mint

📋 copy color: '#A3EDC2'

red 163 ◦ green 237 ◦ blue 194

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

Shades of Magic Mint #A3EDC2

Tints of Magic Mint #A3EDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.9%

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

R = 27.44%
G = 39.9%
B = 32.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#A3EDC2 (or 0xA3EDC2) is known color: Magic Mint. HEX triplet: A3, ED and C2. RGB value is (163,237,194). Sum of RGB (Red+Green+Blue) = 163+237+194=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDC2 is #5C123D. Grayscale: #D2D2D2. Windows color (decimal): -6033982 or 12774819. OLE color: 12774819.

HSL color Cylindrical-coordinate representation of color #A3EDC2: hue angle of 145.14º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDC2 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 237 194 -
CMYK 0.31 0 0.18 0.07
HSL 145.14º 0.67% 0.78% -
HSV(B) 145.14º 0.31% 0.93% -
XYZ 55.13 72.25 62.08 -
YUV 209.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 163 237 194 0.31 0 0.18 0.07 145.14 0.67 0.78
Hex A3 ED C2 1F 0 12 7 91 43 4E
Octal 243 355 302 37 0 22 7 221 103 116
Binary 10100011 11101101 11000010 11111 0 10010 111 10010001 1000011 1001110

Color Harmonies of #A3EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EDC2

Black with #A3EDC2

Text Example


Text Example

White with #A3EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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