#A2E4CD

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

Shades of Magic Mint #A2E4CD

Tints of Magic Mint #A2E4CD

Color information

#A2E4CD (or 0xA2E4CD) is unknown color: approx Magic Mint. HEX triplet: A2, E4 and CD. RGB value is (162,228,205). Sum of RGB (Red+Green+Blue) = 162+228+205=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4CD is #5D1B32. Grayscale: #CDCDCD. Windows color (decimal): -6101811 or 13493410. OLE color: 13493410.

HSL color Cylindrical-coordinate representation of color #A2E4CD: hue angle of 159.09º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4CD is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB162228205-
CMYK0.2900.100.11
HSL159.09º55%76.47%-
HSV(B)159.09º28.95%89.41%-
XYZ53.6667.5867.97-
YUV205.64127.6396.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.23%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=27.23%
G=38.32%
B=34.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622282050.2900.100.11159.095576.47
HexA2E4CD1D0AB9f374c
Octal242344315350121323767114
Binary10100010111001001100110111101010101011100111111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E4CD; }

 p { color: rgb(162,228,205); }

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

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

 a { background-color: rgb(162,228,205); }

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

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

 span { border-color: rgb(162,228,205); }

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