#A5FDDC

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

Shades of Magic Mint #A5FDDC

Tints of Magic Mint #A5FDDC

Color information

#A5FDDC (or 0xA5FDDC) is unknown color: approx Magic Mint. HEX triplet: A5, FD and DC. RGB value is (165,253,220). Sum of RGB (Red+Green+Blue) = 165+253+220=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDDC is #5A0223. Grayscale: #DEDEDE. Windows color (decimal): -5898788 or 14482853. OLE color: 14482853.

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

Color convert

RGB165253220-
CMYK0.3500.130.01
HSL157.5º95.65%81.96%-
HSV(B)157.5º34.78%99.22%-
XYZ63.5683.4280.46-
YUV222.93126.3586.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.86%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=25.86%
G=39.66%
B=34.48%

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
Decimal1652532200.3500.130.01157.595.6581.96
HexA5FDDC230D19e6052
Octal245375334430151236140122
Binary1010010111111101110111001000110110111001111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDDC; }

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

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

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

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

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

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

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

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