#A5FED0

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

Shades of Magic Mint #A5FED0

Tints of Magic Mint #A5FED0

Color information

#A5FED0 (or 0xA5FED0) is unknown color: approx Magic Mint. HEX triplet: A5, FE and D0. RGB value is (165,254,208). Sum of RGB (Red+Green+Blue) = 165+254+208=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FED0 is #5A012F. Grayscale: #DEDEDE. Windows color (decimal): -5898544 or 13696677. OLE color: 13696677.

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

Color convert

RGB165254208-
CMYK0.3500.180.00
HSL148.99º97.8%82.16%-
HSV(B)148.99º35.04%99.61%-
XYZ62.3483.4472.49-
YUV222.14120.0187.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.32%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=26.32%
G=40.51%
B=33.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542080.3500.180.00148.9997.882.16
HexA5FED0230120956252
Octal245376320430220225142122
Binary10100101111111101101000010001101001001001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FED0; }

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

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

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

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

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

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

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

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