#A5FCDF

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

Shades of Magic Mint #A5FCDF

Tints of Magic Mint #A5FCDF

Color information

#A5FCDF (or 0xA5FCDF) is unknown color: approx Magic Mint. HEX triplet: A5, FC and DF. RGB value is (165,252,223). Sum of RGB (Red+Green+Blue) = 165+252+223=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCDF is #5A0320. Grayscale: #DEDEDE. Windows color (decimal): -5899041 or 14679205. OLE color: 14679205.

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

Color convert

RGB165252223-
CMYK0.3500.120.01
HSL160º93.55%81.76%-
HSV(B)160º34.52%98.82%-
XYZ63.6582.9582.47-
YUV222.68128.1886.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.78%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=25.78%
G=39.38%
B=34.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652522230.3500.120.0116093.5581.76
HexA5FCDF230C1a05e52
Octal245374337430141240136122
Binary1010010111111100110111111000110110011010000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FCDF; }

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

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

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

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

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

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

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

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