#A9FBDA

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

Shades of Magic Mint #A9FBDA

Tints of Magic Mint #A9FBDA

Color information

#A9FBDA (or 0xA9FBDA) is unknown color: approx Magic Mint. HEX triplet: A9, FB and DA. RGB value is (169,251,218). Sum of RGB (Red+Green+Blue) = 169+251+218=638 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.49% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBDA is #560425. Grayscale: #DEDEDE. Windows color (decimal): -5637158 or 14351273. OLE color: 14351273.

HSL color Cylindrical-coordinate representation of color #A9FBDA: hue angle of 155.85º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBDA is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB169251218-
CMYK0.3300.130.02
HSL155.85º91.11%82.35%-
HSV(B)155.85º32.67%98.43%-
XYZ63.5182.4978.9-
YUV222.72125.3389.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.49%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=26.49%
G=39.34%
B=34.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692512180.3300.130.02155.8591.1182.35
HexA9FBDA210D29c5b52
Octal251373332410152234133122
Binary10101001111110111101101010000101101101001110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBDA; }

 p { color: rgb(169,251,218); }

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

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

 a { background-color: rgb(169,251,218); }

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

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

 span { border-color: rgb(169,251,218); }

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