Html Css Color HEX #A4EACF Magic Mint

📋 copy color: '#A4EACF'

red 164 ◦ green 234 ◦ blue 207

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

Shades of Magic Mint #A4EACF

Tints of Magic Mint #A4EACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 27.11%
G = 38.68%
B = 34.21%

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

#A4EACF (or 0xA4EACF) is known color: Magic Mint. HEX triplet: A4, EA and CF. RGB value is (164,234,207). Sum of RGB (Red+Green+Blue) = 164+234+207=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACF is #5B1530. Grayscale: #D2D2D2. Windows color (decimal): -5969201 or 13626020. OLE color: 13626020.

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

Color convert

RGB 164 234 207 -
CMYK 0.30 0 0.12 0.08
HSL 156.86º 0.63% 0.78% -
HSV(B) 156.86º 0.3% 0.92% -
XYZ 56 71.24 69.83 -
YUV 209.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 164 234 207 0.30 0 0.12 0.08 156.86 0.63 0.78
Hex A4 EA CF 1E 0 C 8 9D 3E 4E
Octal 244 352 317 36 0 14 10 235 76 116
Binary 10100100 11101010 11001111 11110 0 1100 1000 10011101 111110 1001110

Color Harmonies of #A4EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EACF

Black with #A4EACF

Text Example


Text Example

White with #A4EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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