#A9FCCC

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

Shades of Magic Mint #A9FCCC

Tints of Magic Mint #A9FCCC

Color information

#A9FCCC (or 0xA9FCCC) is unknown color: approx Magic Mint. HEX triplet: A9, FC and CC. RGB value is (169,252,204). Sum of RGB (Red+Green+Blue) = 169+252+204=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FCCC is #560333. Grayscale: #DDDDDD. Windows color (decimal): -5636916 or 13434025. OLE color: 13434025.

HSL color Cylindrical-coordinate representation of color #A9FCCC: hue angle of 145.3º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FCCC is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB169252204-
CMYK0.3300.190.01
HSL145.3º93.26%82.55%-
HSV(B)145.3º32.94%98.82%-
XYZ62.0782.4269.76-
YUV221.7111890.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.04%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=27.04%
G=40.32%
B=32.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692522040.3300.190.01145.393.2682.55
HexA9FCCC210131915d53
Octal251374314410231221135123
Binary10101001111111001100110010000101001111001000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FCCC; }

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

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

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

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

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

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

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

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