#A9FBCD

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

Shades of Magic Mint #A9FBCD

Tints of Magic Mint #A9FBCD

Color information

#A9FBCD (or 0xA9FBCD) is unknown color: approx Magic Mint. HEX triplet: A9, FB and CD. RGB value is (169,251,205). Sum of RGB (Red+Green+Blue) = 169+251+205=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBCD is #560432. Grayscale: #DDDDDD. Windows color (decimal): -5637171 or 13499305. OLE color: 13499305.

HSL color Cylindrical-coordinate representation of color #A9FBCD: hue angle of 146.34º 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 #A9FBCD is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB169251205-
CMYK0.3300.180.02
HSL146.34º91.11%82.35%-
HSV(B)146.34º32.67%98.43%-
XYZ61.8881.8470.29-
YUV221.24118.8390.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.04%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=27.04%
G=40.16%
B=32.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692512050.3300.180.02146.3491.1182.35
HexA9FBCD210122925b52
Octal251373315410222222133122
Binary101010011111101111001101100001010010101001001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBCD; }

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

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

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

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

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

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

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

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