#A1DDC5

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

Shades of Magic Mint #A1DDC5

Tints of Magic Mint #A1DDC5

Color information

#A1DDC5 (or 0xA1DDC5) is unknown color: approx Magic Mint. HEX triplet: A1, DD and C5. RGB value is (161,221,197). Sum of RGB (Red+Green+Blue) = 161+221+197=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDC5 is #5E223A. Grayscale: #C8C8C8. Windows color (decimal): -6169147 or 12967329. OLE color: 12967329.

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

Color convert

RGB161221197-
CMYK0.2700.110.13
HSL156º46.88%74.9%-
HSV(B)156º27.15%86.67%-
XYZ50.6363.3262.38-
YUV200.32126.1299.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=27.81%
G=38.17%
B=34.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211970.2700.110.1315646.8874.9
HexA1DDC51B0BD9c2f4b
Octal241335305330131523457113
Binary10100001110111011100010111011010111101100111001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDC5; }

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

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

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

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

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

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

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

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