#A0FEE3

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

Shades of Magic Mint #A0FEE3

Tints of Magic Mint #A0FEE3

Color information

#A0FEE3 (or 0xA0FEE3) is unknown color: approx Magic Mint. HEX triplet: A0, FE and E3. RGB value is (160,254,227). Sum of RGB (Red+Green+Blue) = 160+254+227=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEE3 is #5F011C. Grayscale: #DEDEDE. Windows color (decimal): -6226205 or 14941856. OLE color: 14941856.

HSL color Cylindrical-coordinate representation of color #A0FEE3: hue angle of 162.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEE3 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB160254227-
CMYK0.3700.110.00
HSL162.77º97.92%81.18%-
HSV(B)162.77º37.01%99.61%-
XYZ63.883.985.51-
YUV222.82130.3683.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.96%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=24.96%
G=39.63%
B=35.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542270.3700.110.00162.7797.9281.18
HexA0FEE3250B0a36251
Octal240376343450130243142121
Binary1010000011111110111000111001010101101010001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEE3; }

 p { color: rgb(160,254,227); }

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

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

 a { background-color: rgb(160,254,227); }

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

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

 span { border-color: rgb(160,254,227); }

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