#A5DFC6

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

Shades of Magic Mint #A5DFC6

Tints of Magic Mint #A5DFC6

Color information

#A5DFC6 (or 0xA5DFC6) is unknown color: approx Magic Mint. HEX triplet: A5, DF and C6. RGB value is (165,223,198). Sum of RGB (Red+Green+Blue) = 165+223+198=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFC6 is #5A2039. Grayscale: #CACACA. Windows color (decimal): -5906490 or 13033381. OLE color: 13033381.

HSL color Cylindrical-coordinate representation of color #A5DFC6: hue angle of 154.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFC6 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB165223198-
CMYK0.2600.110.13
HSL154.14º47.54%76.08%-
HSV(B)154.14º26.01%87.45%-
XYZ52.164.8563.2-
YUV202.81125.28101.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=28.16%
G=38.05%
B=33.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231980.2600.110.13154.1447.5476.08
HexA5DFC61A0BD9a304c
Octal245337306320131523260114
Binary10100101110111111100011011010010111101100110101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFC6; }

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

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

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

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

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

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

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

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