Html Css Color HEX #A4EEC8 Magic Mint

📋 copy color: '#A4EEC8'

red 164 ◦ green 238 ◦ blue 200

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

Shades of Magic Mint #A4EEC8

Tints of Magic Mint #A4EEC8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.53%

 BLUE value IS 200 (78.52% from 255) = 33.22%

R = 27.24%
G = 39.53%
B = 33.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#A4EEC8 (or 0xA4EEC8) is known color: Magic Mint. HEX triplet: A4, EE and C8. RGB value is (164,238,200). Sum of RGB (Red+Green+Blue) = 164+238+200=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEC8 is #5B1137. Grayscale: #D3D3D3. Windows color (decimal): -5968184 or 13168292. OLE color: 13168292.

HSL color Cylindrical-coordinate representation of color #A4EEC8: hue angle of 149.19º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEC8 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 238 200 -
CMYK 0.31 0 0.16 0.07
HSL 149.19º 0.69% 0.79% -
HSV(B) 149.19º 0.31% 0.93% -
XYZ 56.31 73.21 65.81 -
YUV 211.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 164 238 200 0.31 0 0.16 0.07 149.19 0.69 0.79
Hex A4 EE C8 1F 0 10 7 95 45 4F
Octal 244 356 310 37 0 20 7 225 105 117
Binary 10100100 11101110 11001000 11111 0 10000 111 10010101 1000101 1001111

Color Harmonies of #A4EEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EEC8

Black with #A4EEC8

Text Example


Text Example

White with #A4EEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EEC8; }

 p { color: rgb(164,238,200); }

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

background-color css

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

 a { background-color: rgb(164,238,200); }

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

border-color css

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

 span { border-color: rgb(164,238,200); }

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