#A9F2CC

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

Shades of Magic Mint #A9F2CC

Tints of Magic Mint #A9F2CC

Color information

#A9F2CC (or 0xA9F2CC) is unknown color: approx Magic Mint. HEX triplet: A9, F2 and CC. RGB value is (169,242,204). Sum of RGB (Red+Green+Blue) = 169+242+204=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2CC is #560D33. Grayscale: #D7D7D7. Windows color (decimal): -5639476 or 13431465. OLE color: 13431465.

HSL color Cylindrical-coordinate representation of color #A9F2CC: hue angle of 148.77º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2CC is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB169242204-
CMYK0.3000.160.05
HSL148.77º73.74%80.59%-
HSV(B)148.77º30.17%94.9%-
XYZ59.0176.368.74-
YUV215.84121.3294.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.48%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=27.48%
G=39.35%
B=33.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692422040.3000.160.05148.7773.7480.59
HexA9F2CC1E0105954a51
Octal251362314360205225112121
Binary101010011111001011001100111100100001011001010110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2CC; }

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

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

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

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

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

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

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

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