#A1FFDB

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

Shades of Magic Mint #A1FFDB

Tints of Magic Mint #A1FFDB

Color information

#A1FFDB (or 0xA1FFDB) is unknown color: approx Magic Mint. HEX triplet: A1, FF and DB. RGB value is (161,255,219). Sum of RGB (Red+Green+Blue) = 161+255+219=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFDB is #5E0024. Grayscale: #DEDEDE. Windows color (decimal): -6160421 or 14417825. OLE color: 14417825.

HSL color Cylindrical-coordinate representation of color #A1FFDB: hue angle of 157.02º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFDB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB161255219-
CMYK0.3700.140
HSL157.02º100%81.57%-
HSV(B)157.02º36.86%100%-
XYZ63.2484.2179.94-
YUV222.79125.8683.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.35%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=25.35%
G=40.16%
B=34.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552190.3700.140157.0210081.57
HexA1FFDB250E09d6452
Octal241377333450160235144122
Binary1010000111111111110110111001010111001001110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFDB; }

 p { color: rgb(161,255,219); }

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

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

 a { background-color: rgb(161,255,219); }

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

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

 span { border-color: rgb(161,255,219); }

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