Html Css Color HEX #A4EAC0 Magic Mint

📋 copy color: '#A4EAC0'

red 164 ◦ green 234 ◦ blue 192

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

Shades of Magic Mint #A4EAC0

Tints of Magic Mint #A4EAC0

RGB

 RED value IS 164 (64.45% from 255) = 27.8%

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

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 27.8%
G = 39.66%
B = 32.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#A4EAC0 (or 0xA4EAC0) is known color: Magic Mint. HEX triplet: A4, EA and C0. RGB value is (164,234,192). Sum of RGB (Red+Green+Blue) = 164+234+192=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EAC0 is #5B153F. Grayscale: #D0D0D0. Windows color (decimal): -5969216 or 12642980. OLE color: 12642980.

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

Color convert

RGB 164 234 192 -
CMYK 0.30 0 0.18 0.08
HSL 144º 0.63% 0.78% -
HSV(B) 144º 0.3% 0.92% -
XYZ 54.25 70.54 60.63 -
YUV 208.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 164 234 192 0.30 0 0.18 0.08 144 0.63 0.78
Hex A4 EA C0 1E 0 12 8 90 3E 4E
Octal 244 352 300 36 0 22 10 220 76 116
Binary 10100100 11101010 11000000 11110 0 10010 1000 10010000 111110 1001110

Color Harmonies of #A4EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EAC0

Black with #A4EAC0

Text Example


Text Example

White with #A4EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EAC0; }

 p { color: rgb(164,234,192); }

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

background-color css

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

 a { background-color: rgb(164,234,192); }

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

border-color css

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

 span { border-color: rgb(164,234,192); }

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