#A5FDDB

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

Shades of Magic Mint #A5FDDB

Tints of Magic Mint #A5FDDB

Color information

#A5FDDB (or 0xA5FDDB) is unknown color: approx Magic Mint. HEX triplet: A5, FD and DB. RGB value is (165,253,219). Sum of RGB (Red+Green+Blue) = 165+253+219=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDDB is #5A0224. Grayscale: #DEDEDE. Windows color (decimal): -5898789 or 14417317. OLE color: 14417317.

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

Color convert

RGB165253219-
CMYK0.3500.130.01
HSL156.82º95.65%81.96%-
HSV(B)156.82º34.78%99.22%-
XYZ63.4383.3679.77-
YUV222.81125.8586.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.90%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=25.90%
G=39.72%
B=34.38%

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
Decimal1652532190.3500.130.01156.8295.6581.96
HexA5FDDB230D19d6052
Octal245375333430151235140122
Binary1010010111111101110110111000110110111001110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDDB; }

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

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

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

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

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

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

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

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