#A5FEE0

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

Shades of Magic Mint #A5FEE0

Tints of Magic Mint #A5FEE0

Color information

#A5FEE0 (or 0xA5FEE0) is unknown color: approx Magic Mint. HEX triplet: A5, FE and E0. RGB value is (165,254,224). Sum of RGB (Red+Green+Blue) = 165+254+224=643 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.66% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEE0 is #5A011F. Grayscale: #E0E0E0. Windows color (decimal): -5898528 or 14745253. OLE color: 14745253.

HSL color Cylindrical-coordinate representation of color #A5FEE0: hue angle of 159.78º 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 #A5FEE0 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB165254224-
CMYK0.3500.120.00
HSL159.78º97.8%82.16%-
HSV(B)159.78º35.04%99.61%-
XYZ64.4184.2683.39-
YUV223.97128.0185.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.66%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=25.66%
G=39.50%
B=34.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542240.3500.120.00159.7897.882.16
HexA5FEE0230C0a06252
Octal245376340430140240142122
Binary1010010111111110111000001000110110001010000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEE0; }

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

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

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

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

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

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

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

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