Html Css Color HEX #A4E1C4 Magic Mint

📋 copy color: '#A4E1C4'

red 164 ◦ green 225 ◦ blue 196

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

Shades of Magic Mint #A4E1C4

Tints of Magic Mint #A4E1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.46%

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

R = 28.03%
G = 38.46%
B = 33.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#A4E1C4 (or 0xA4E1C4) is known color: Magic Mint. HEX triplet: A4, E1 and C4. RGB value is (164,225,196). Sum of RGB (Red+Green+Blue) = 164+225+196=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1C4 is #5B1E3B. Grayscale: #CBCBCB. Windows color (decimal): -5971516 or 12902820. OLE color: 12902820.

HSL color Cylindrical-coordinate representation of color #A4E1C4: hue angle of 151.48º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1C4 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 225 196 -
CMYK 0.27 0 0.13 0.12
HSL 151.48º 0.5% 0.76% -
HSV(B) 151.48º 0.27% 0.88% -
XYZ 52.2 65.73 62.16 -
YUV 203.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 164 225 196 0.27 0 0.13 0.12 151.48 0.5 0.76
Hex A4 E1 C4 1B 0 D C 97 32 4C
Octal 244 341 304 33 0 15 14 227 62 114
Binary 10100100 11100001 11000100 11011 0 1101 1100 10010111 110010 1001100

Color Harmonies of #A4E1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E1C4

Black with #A4E1C4

Text Example


Text Example

White with #A4E1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E1C4; }

 p { color: rgb(164,225,196); }

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

background-color css

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

 a { background-color: rgb(164,225,196); }

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

border-color css

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

 span { border-color: rgb(164,225,196); }

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