#A0EED5

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

Shades of Magic Mint #A0EED5

Tints of Magic Mint #A0EED5

Color information

#A0EED5 (or 0xA0EED5) is unknown color: approx Magic Mint. HEX triplet: A0, EE and D5. RGB value is (160,238,213). Sum of RGB (Red+Green+Blue) = 160+238+213=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EED5 is #5F112A. Grayscale: #D3D3D3. Windows color (decimal): -6230315 or 14020256. OLE color: 14020256.

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

Color convert

RGB160238213-
CMYK0.3300.110.07
HSL160.77º69.64%78.04%-
HSV(B)160.77º32.77%93.33%-
XYZ57.0873.4374.12-
YUV211.83128.6691.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.19%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 213 (83.59% from 255) = 34.86%
R=26.19%
G=38.95%
B=34.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602382130.3300.110.07160.7769.6478.04
HexA0EED5210B7a1464e
Octal240356325410137241106116
Binary101000001110111011010101100001010111111010000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EED5; }

 p { color: rgb(160,238,213); }

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

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

 a { background-color: rgb(160,238,213); }

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

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

 span { border-color: rgb(160,238,213); }

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