#A0EBD4

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

Shades of Magic Mint #A0EBD4

Tints of Magic Mint #A0EBD4

Color information

#A0EBD4 (or 0xA0EBD4) is unknown color: approx Magic Mint. HEX triplet: A0, EB and D4. RGB value is (160,235,212). Sum of RGB (Red+Green+Blue) = 160+235+212=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBD4 is #5F142B. Grayscale: #D1D1D1. Windows color (decimal): -6231084 or 13953952. OLE color: 13953952.

HSL color Cylindrical-coordinate representation of color #A0EBD4: hue angle of 161.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBD4 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB160235212-
CMYK0.3200.100.08
HSL161.6º65.22%77.45%-
HSV(B)161.6º31.91%92.16%-
XYZ56.0971.6473.16-
YUV209.95129.1592.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.36%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=26.36%
G=38.71%
B=34.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352120.3200.100.08161.665.2277.45
HexA0EBD4200A8a2414d
Octal2403533244001210242101115
Binary1010000011101011110101001000000101010001010001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBD4; }

 p { color: rgb(160,235,212); }

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

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

 a { background-color: rgb(160,235,212); }

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

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

 span { border-color: rgb(160,235,212); }

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