Html Css Color HEX #A2EAC4 Magic Mint

📋 copy color: '#A2EAC4'

red 162 ◦ green 234 ◦ blue 196

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

Shades of Magic Mint #A2EAC4

Tints of Magic Mint #A2EAC4

RGB

 RED value IS 162 (63.67% from 255) = 27.36%

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

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

R = 27.36%
G = 39.53%
B = 33.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#A2EAC4 (or 0xA2EAC4) is known color: Magic Mint. HEX triplet: A2, EA and C4. RGB value is (162,234,196). Sum of RGB (Red+Green+Blue) = 162+234+196=592 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.36% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAC4 is #5D153B. Grayscale: #D0D0D0. Windows color (decimal): -6100284 or 12905122. OLE color: 12905122.

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

Color convert

RGB 162 234 196 -
CMYK 0.31 0 0.16 0.08
HSL 148.33º 0.63% 0.78% -
HSV(B) 148.33º 0.31% 0.92% -
XYZ 54.29 70.51 62.97 -
YUV 208.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 162 234 196 0.31 0 0.16 0.08 148.33 0.63 0.78
Hex A2 EA C4 1F 0 10 8 94 3F 4E
Octal 242 352 304 37 0 20 10 224 77 116
Binary 10100010 11101010 11000100 11111 0 10000 1000 10010100 111111 1001110

Color Harmonies of #A2EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAC4

Black with #A2EAC4

Text Example


Text Example

White with #A2EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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