#A5FEE1

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

Shades of Magic Mint #A5FEE1

Tints of Magic Mint #A5FEE1

Color information

#A5FEE1 (or 0xA5FEE1) is unknown color: approx Magic Mint. HEX triplet: A5, FE and E1. RGB value is (165,254,225). Sum of RGB (Red+Green+Blue) = 165+254+225=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEE1 is #5A011E. Grayscale: #E0E0E0. Windows color (decimal): -5898527 or 14810789. OLE color: 14810789.

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

Color convert

RGB165254225-
CMYK0.3500.110.00
HSL160.45º97.8%82.16%-
HSV(B)160.45º35.04%99.61%-
XYZ64.5584.3284.11-
YUV224.08128.5185.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.62%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=25.62%
G=39.44%
B=34.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542250.3500.110.00160.4597.882.16
HexA5FEE1230B0a06252
Octal245376341430130240142122
Binary1010010111111110111000011000110101101010000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEE1; }

 p { color: rgb(165,254,225); }

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

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

 a { background-color: rgb(165,254,225); }

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

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

 span { border-color: rgb(165,254,225); }

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