Html Css Color HEX #A9FACC Magic Mint

📋 copy color: '#A9FACC'

red 169 ◦ green 250 ◦ blue 204

#A9FACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A9FACC

Tints of Magic Mint #A9FACC

RGB

 RED value IS 169 (66.41% from 255) = 27.13%

 GREEN value IS 250 (98.05% from 255) = 40.13%

 BLUE value IS 204 (80.08% from 255) = 32.74%

R = 27.13%
G = 40.13%
B = 32.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A9FACC (or 0xA9FACC) is known color: Magic Mint. HEX triplet: A9, FA and CC. RGB value is (169,250,204). Sum of RGB (Red+Green+Blue) = 169+250+204=623 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.13% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FACC is #560533. Grayscale: #DCDCDC. Windows color (decimal): -5637428 or 13433513. OLE color: 13433513.

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

Color convert

RGB 169 250 204 -
CMYK 0.32 0 0.18 0.02
HSL 145.93º 0.89% 0.82% -
HSV(B) 145.93º 0.32% 0.98% -
XYZ 61.45 81.17 69.55 -
YUV 220.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 169 250 204 0.32 0 0.18 0.02 145.93 0.89 0.82
Hex A9 FA CC 20 0 12 2 92 59 52
Octal 251 372 314 40 0 22 2 222 131 122
Binary 10101001 11111010 11001100 100000 0 10010 10 10010010 1011001 1010010

Color Harmonies of #A9FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FACC

Black with #A9FACC

Text Example


Text Example

White with #A9FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FACC; }

 p { color: rgb(169,250,204); }

 H1.HeaderClassName
 {
   color: #A9FACC;
 }
 .AnyTagClassName
 {
   color: #A9FACC;
 }
</style>

background-color css

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

 a { background-color: rgb(169,250,204); }

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

border-color css

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

 span { border-color: rgb(169,250,204); }

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