#A5DCC4

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

Shades of Magic Mint #A5DCC4

Tints of Magic Mint #A5DCC4

Color information

#A5DCC4 (or 0xA5DCC4) is unknown color: approx Magic Mint. HEX triplet: A5, DC and C4. RGB value is (165,220,196). Sum of RGB (Red+Green+Blue) = 165+220+196=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCC4 is #5A233B. Grayscale: #C8C8C8. Windows color (decimal): -5907260 or 12901541. OLE color: 12901541.

HSL color Cylindrical-coordinate representation of color #A5DCC4: hue angle of 153.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCC4 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB165220196-
CMYK0.2500.110.14
HSL153.82º44%75.49%-
HSV(B)153.82º25%86.27%-
XYZ51.0763.1761.73-
YUV200.82125.28102.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.40%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=28.40%
G=37.87%
B=33.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201960.2500.110.14153.824475.49
HexA5DCC4190BE9a2c4b
Octal245334304310131623254113
Binary10100101110111001100010011001010111110100110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCC4; }

 p { color: rgb(165,220,196); }

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

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

 a { background-color: rgb(165,220,196); }

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

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

 span { border-color: rgb(165,220,196); }

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