#A5FCDC

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

Shades of Magic Mint #A5FCDC

Tints of Magic Mint #A5FCDC

Color information

#A5FCDC (or 0xA5FCDC) is unknown color: approx Magic Mint. HEX triplet: A5, FC and DC. RGB value is (165,252,220). Sum of RGB (Red+Green+Blue) = 165+252+220=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCDC is #5A0323. Grayscale: #DEDEDE. Windows color (decimal): -5899044 or 14482597. OLE color: 14482597.

HSL color Cylindrical-coordinate representation of color #A5FCDC: hue angle of 157.93º degrees, saturation: 0.94, 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 #A5FCDC is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB165252220-
CMYK0.3500.130.01
HSL157.93º93.55%81.76%-
HSV(B)157.93º34.52%98.82%-
XYZ63.2582.7980.36-
YUV222.34126.6887.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.90%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=25.90%
G=39.56%
B=34.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652522200.3500.130.01157.9393.5581.76
HexA5FCDC230D19e5e52
Octal245374334430151236136122
Binary1010010111111100110111001000110110111001111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCDC; }

 p { color: rgb(165,252,220); }

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

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

 a { background-color: rgb(165,252,220); }

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

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

 span { border-color: rgb(165,252,220); }

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