#A4E8C8

Color #A4E8C8 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A4E8C8

Tints of Magic Mint #A4E8C8

Color information

#A4E8C8 (or 0xA4E8C8) is unknown color: approx Magic Mint. HEX triplet: A4, E8 and C8. RGB value is (164,232,200). Sum of RGB (Red+Green+Blue) = 164+232+200=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8C8 is #5B1737. Grayscale: #D0D0D0. Windows color (decimal): -5969720 or 13166756. OLE color: 13166756.

HSL color Cylindrical-coordinate representation of color #A4E8C8: hue angle of 151.76º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8C8 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB164232200-
CMYK0.2900.140.09
HSL151.76º59.65%77.65%-
HSV(B)151.76º29.31%90.98%-
XYZ54.5969.7865.23-
YUV208.02123.4796.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.52%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=27.52%
G=38.93%
B=33.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642322000.2900.140.09151.7659.6577.65
HexA4E8C81D0E9983c4e
Octal244350310350161123074116
Binary10100100111010001100100011101011101001100110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8C8; }

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

 H1.HeaderClassName
 {
   color: #A4E8C8;
 }
 .AnyTagClassName
 {
   color: #A4E8C8;
 }
</style>
background-color css

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

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

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

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

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

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