#A9F8CC

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

Shades of Magic Mint #A9F8CC

Tints of Magic Mint #A9F8CC

Color information

#A9F8CC (or 0xA9F8CC) is unknown color: approx Magic Mint. HEX triplet: A9, F8 and CC. RGB value is (169,248,204). Sum of RGB (Red+Green+Blue) = 169+248+204=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F8CC is #560733. Grayscale: #DBDBDB. Windows color (decimal): -5637940 or 13433001. OLE color: 13433001.

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

Color convert

RGB169248204-
CMYK0.3200.180.03
HSL146.58º84.95%81.76%-
HSV(B)146.58º31.85%97.25%-
XYZ60.8379.9369.35-
YUV219.36119.3392.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=27.21%
G=39.94%
B=32.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1692482040.3200.180.03146.5884.9581.76
HexA9F8CC200123935552
Octal251370314400223223125122
Binary101010011111100011001100100000010010111001001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F8CC; }

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

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

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

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

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

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

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

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