#A2EDCD

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

Shades of Magic Mint #A2EDCD

Tints of Magic Mint #A2EDCD

Color information

#A2EDCD (or 0xA2EDCD) is unknown color: approx Magic Mint. HEX triplet: A2, ED and CD. RGB value is (162,237,205). Sum of RGB (Red+Green+Blue) = 162+237+205=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDCD is #5D1232. Grayscale: #D2D2D2. Windows color (decimal): -6099507 or 13495714. OLE color: 13495714.

HSL color Cylindrical-coordinate representation of color #A2EDCD: hue angle of 154.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDCD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB162237205-
CMYK0.3200.140.07
HSL154.4º67.57%78.24%-
HSV(B)154.4º31.65%92.94%-
XYZ56.272.6668.82-
YUV210.93124.6593.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.82%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=26.82%
G=39.24%
B=33.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622372050.3200.140.07154.467.5778.24
HexA2EDCD200E79a444e
Octal242355315400167232104116
Binary101000101110110111001101100000011101111001101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDCD; }

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

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

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

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

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

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

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

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