#A5DDC5

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

Shades of Magic Mint #A5DDC5

Tints of Magic Mint #A5DDC5

Color information

#A5DDC5 (or 0xA5DDC5) is unknown color: approx Magic Mint. HEX triplet: A5, DD and C5. RGB value is (165,221,197). Sum of RGB (Red+Green+Blue) = 165+221+197=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDC5 is #5A223A. Grayscale: #C9C9C9. Windows color (decimal): -5907003 or 12967333. OLE color: 12967333.

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

Color convert

RGB165221197-
CMYK0.2500.110.13
HSL154.29º45.16%75.69%-
HSV(B)154.29º25.34%86.67%-
XYZ51.4563.7462.42-
YUV201.52125.45101.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=28.30%
G=37.91%
B=33.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211970.2500.110.13154.2945.1675.69
HexA5DDC5190BD9a2d4c
Octal245335305310131523255114
Binary10100101110111011100010111001010111101100110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDC5; }

 p { color: rgb(165,221,197); }

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

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

 a { background-color: rgb(165,221,197); }

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

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

 span { border-color: rgb(165,221,197); }

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