#A5FDC4

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

Shades of Magic Mint #A5FDC4

Tints of Magic Mint #A5FDC4

Color information

#A5FDC4 (or 0xA5FDC4) is unknown color: approx Magic Mint. HEX triplet: A5, FD and C4. RGB value is (165,253,196). Sum of RGB (Red+Green+Blue) = 165+253+196=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDC4 is #5A023B. Grayscale: #DCDCDC. Windows color (decimal): -5898812 or 12909989. OLE color: 12909989.

HSL color Cylindrical-coordinate representation of color #A5FDC4: hue angle of 141.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDC4 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB165253196-
CMYK0.3500.230.01
HSL141.14º95.65%81.96%-
HSV(B)141.14º34.78%99.22%-
XYZ60.6182.2464.9-
YUV220.19114.3588.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.87%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=26.87%
G=41.21%
B=31.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531960.3500.230.01141.1495.6581.96
HexA5FDC42301718d6052
Octal245375304430271215140122
Binary10100101111111011100010010001101011111000110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDC4; }

 p { color: rgb(165,253,196); }

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

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

 a { background-color: rgb(165,253,196); }

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

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

 span { border-color: rgb(165,253,196); }

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