Html Css Color HEX #A4EACD Magic Mint

📋 copy color: '#A4EACD'

red 164 ◦ green 234 ◦ blue 205

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

Shades of Magic Mint #A4EACD

Tints of Magic Mint #A4EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34%

R = 27.2%
G = 38.81%
B = 34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A4EACD (or 0xA4EACD) is known color: Magic Mint. HEX triplet: A4, EA and CD. RGB value is (164,234,205). Sum of RGB (Red+Green+Blue) = 164+234+205=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACD is #5B1532. Grayscale: #D1D1D1. Windows color (decimal): -5969203 or 13494948. OLE color: 13494948.

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

Color convert

RGB 164 234 205 -
CMYK 0.30 0 0.12 0.08
HSL 155.14º 0.63% 0.78% -
HSV(B) 155.14º 0.3% 0.92% -
XYZ 55.75 71.15 68.55 -
YUV 209.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 164 234 205 0.30 0 0.12 0.08 155.14 0.63 0.78
Hex A4 EA CD 1E 0 C 8 9B 3E 4E
Octal 244 352 315 36 0 14 10 233 76 116
Binary 10100100 11101010 11001101 11110 0 1100 1000 10011011 111110 1001110

Color Harmonies of #A4EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EACD

Black with #A4EACD

Text Example


Text Example

White with #A4EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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