#A0EEC5

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

Shades of Magic Mint #A0EEC5

Tints of Magic Mint #A0EEC5

Color information

#A0EEC5 (or 0xA0EEC5) is unknown color: approx Magic Mint. HEX triplet: A0, EE and C5. RGB value is (160,238,197). Sum of RGB (Red+Green+Blue) = 160+238+197=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEC5 is #5F113A. Grayscale: #D2D2D2. Windows color (decimal): -6230331 or 12971680. OLE color: 12971680.

HSL color Cylindrical-coordinate representation of color #A0EEC5: hue angle of 148.46º 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 #A0EEC5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB160238197-
CMYK0.3300.170.07
HSL148.46º69.64%78.04%-
HSV(B)148.46º32.77%93.33%-
XYZ55.1572.6563.94-
YUV210120.6692.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=26.89%
G=40%
B=33.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381970.3300.170.07148.4669.6478.04
HexA0EEC521011794464e
Octal240356305410217224106116
Binary1010000011101110110001011000010100011111001010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEC5; }

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

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

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

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

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

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

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

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