Html Css Color HEX #A2EAC9 Magic Mint

📋 copy color: '#A2EAC9'

red 162 ◦ green 234 ◦ blue 201

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

Shades of Magic Mint #A2EAC9

Tints of Magic Mint #A2EAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 27.14%
G = 39.2%
B = 33.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A2EAC9 (or 0xA2EAC9) is known color: Magic Mint. HEX triplet: A2, EA and C9. RGB value is (162,234,201). Sum of RGB (Red+Green+Blue) = 162+234+201=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAC9 is #5D1536. Grayscale: #D0D0D0. Windows color (decimal): -6100279 or 13232802. OLE color: 13232802.

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

Color convert

RGB 162 234 201 -
CMYK 0.31 0 0.14 0.08
HSL 152.5º 0.63% 0.78% -
HSV(B) 152.5º 0.31% 0.92% -
XYZ 54.87 70.74 66.02 -
YUV 208.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 162 234 201 0.31 0 0.14 0.08 152.5 0.63 0.78
Hex A2 EA C9 1F 0 E 8 98 3F 4E
Octal 242 352 311 37 0 16 10 230 77 116
Binary 10100010 11101010 11001001 11111 0 1110 1000 10011000 111111 1001110

Color Harmonies of #A2EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAC9

Black with #A2EAC9

Text Example


Text Example

White with #A2EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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