#A5FDD0

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

Shades of Magic Mint #A5FDD0

Tints of Magic Mint #A5FDD0

Color information

#A5FDD0 (or 0xA5FDD0) is unknown color: approx Magic Mint. HEX triplet: A5, FD and D0. RGB value is (165,253,208). Sum of RGB (Red+Green+Blue) = 165+253+208=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDD0 is #5A022F. Grayscale: #DDDDDD. Windows color (decimal): -5898800 or 13696421. OLE color: 13696421.

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

Color convert

RGB165253208-
CMYK0.3500.180.01
HSL149.32º95.65%81.96%-
HSV(B)149.32º34.78%99.22%-
XYZ62.0382.872.39-
YUV221.56120.3587.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.36%
GREEN value IS 253 (99.22% from 255) = 40.42%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=26.36%
G=40.42%
B=33.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652532080.3500.180.01149.3295.6581.96
HexA5FDD0230121956052
Octal245375320430221225140122
Binary10100101111111011101000010001101001011001010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDD0; }

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

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

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

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

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

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

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

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