Html Css Color HEX #A3E2CA Magic Mint

📋 copy color: '#A3E2CA'

red 163 ◦ green 226 ◦ blue 202

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

Shades of Magic Mint #A3E2CA

Tints of Magic Mint #A3E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.24%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 27.58%
G = 38.24%
B = 34.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A3E2CA (or 0xA3E2CA) is known color: Magic Mint. HEX triplet: A3, E2 and CA. RGB value is (163,226,202). Sum of RGB (Red+Green+Blue) = 163+226+202=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E2CA is #5C1D35. Grayscale: #CCCCCC. Windows color (decimal): -6036790 or 13296291. OLE color: 13296291.

HSL color Cylindrical-coordinate representation of color #A3E2CA: hue angle of 157.14º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E2CA is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 226 202 -
CMYK 0.28 0 0.11 0.11
HSL 157.14º 0.52% 0.76% -
HSV(B) 157.14º 0.28% 0.89% -
XYZ 52.96 66.44 65.91 -
YUV 204.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 163 226 202 0.28 0 0.11 0.11 157.14 0.52 0.76
Hex A3 E2 CA 1C 0 B B 9D 34 4C
Octal 243 342 312 34 0 13 13 235 64 114
Binary 10100011 11100010 11001010 11100 0 1011 1011 10011101 110100 1001100

Color Harmonies of #A3E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E2CA

Black with #A3E2CA

Text Example


Text Example

White with #A3E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E2CA; }

 p { color: rgb(163,226,202); }

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

background-color css

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

 a { background-color: rgb(163,226,202); }

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

border-color css

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

 span { border-color: rgb(163,226,202); }

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