Html Css Color HEX #A4EBD2 Magic Mint

📋 copy color: '#A4EBD2'

red 164 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #A4EBD2

Tints of Magic Mint #A4EBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

 BLUE value IS 210 (82.42% from 255) = 34.48%

R = 26.93%
G = 38.59%
B = 34.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A4EBD2 (or 0xA4EBD2) is known color: Magic Mint. HEX triplet: A4, EB and D2. RGB value is (164,235,210). Sum of RGB (Red+Green+Blue) = 164+235+210=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBD2 is #5B142D. Grayscale: #D2D2D2. Windows color (decimal): -5968942 or 13822884. OLE color: 13822884.

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

Color convert

RGB 164 235 210 -
CMYK 0.30 0 0.11 0.08
HSL 158.87º 0.64% 0.78% -
HSV(B) 158.87º 0.3% 0.92% -
XYZ 56.65 71.96 71.88 -
YUV 210.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 164 235 210 0.30 0 0.11 0.08 158.87 0.64 0.78
Hex A4 EB D2 1E 0 B 8 9F 40 4E
Octal 244 353 322 36 0 13 10 237 100 116
Binary 10100100 11101011 11010010 11110 0 1011 1000 10011111 1000000 1001110

Color Harmonies of #A4EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBD2

Black with #A4EBD2

Text Example


Text Example

White with #A4EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBD2; }

 p { color: rgb(164,235,210); }

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

background-color css

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

 a { background-color: rgb(164,235,210); }

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

border-color css

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

 span { border-color: rgb(164,235,210); }

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