Html Css Color HEX #A4EACE Magic Mint

📋 copy color: '#A4EACE'

red 164 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #A4EACE

Tints of Magic Mint #A4EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.11%

R = 27.15%
G = 38.74%
B = 34.11%

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

#A4EACE (or 0xA4EACE) is known color: Magic Mint. HEX triplet: A4, EA and CE. RGB value is (164,234,206). Sum of RGB (Red+Green+Blue) = 164+234+206=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACE is #5B1531. Grayscale: #D1D1D1. Windows color (decimal): -5969202 or 13560484. OLE color: 13560484.

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

Color convert

RGB 164 234 206 -
CMYK 0.30 0 0.12 0.08
HSL 156º 0.63% 0.78% -
HSV(B) 156º 0.3% 0.92% -
XYZ 55.87 71.19 69.19 -
YUV 209.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 164 234 206 0.30 0 0.12 0.08 156 0.63 0.78
Hex A4 EA CE 1E 0 C 8 9C 3E 4E
Octal 244 352 316 36 0 14 10 234 76 116
Binary 10100100 11101010 11001110 11110 0 1100 1000 10011100 111110 1001110

Color Harmonies of #A4EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EACE

Black with #A4EACE

Text Example


Text Example

White with #A4EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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