#A0E4CD

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

Shades of Magic Mint #A0E4CD

Tints of Magic Mint #A0E4CD

Color information

#A0E4CD (or 0xA0E4CD) is unknown color: approx Magic Mint. HEX triplet: A0, E4 and CD. RGB value is (160,228,205). Sum of RGB (Red+Green+Blue) = 160+228+205=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4CD is #5F1B32. Grayscale: #CDCDCD. Windows color (decimal): -6232883 or 13493408. OLE color: 13493408.

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

Color convert

RGB160228205-
CMYK0.3000.100.11
HSL159.71º55.74%76.08%-
HSV(B)159.71º29.82%89.41%-
XYZ53.2667.3767.95-
YUV205.05127.9795.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.98%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=26.98%
G=38.45%
B=34.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602282050.3000.100.11159.7155.7476.08
HexA0E4CD1E0ABa0384c
Octal240344315360121324070114
Binary10100000111001001100110111110010101011101000001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E4CD; }

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

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

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

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

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

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

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

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