#ACF9DE

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

Shades of Magic Mint #ACF9DE

Tints of Magic Mint #ACF9DE

Color information

#ACF9DE (or 0xACF9DE) is unknown color: approx Magic Mint. HEX triplet: AC, F9 and DE. RGB value is (172,249,222). Sum of RGB (Red+Green+Blue) = 172+249+222=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9DE is #530621. Grayscale: #DEDEDE. Windows color (decimal): -5441058 or 14612908. OLE color: 14612908.

HSL color Cylindrical-coordinate representation of color #ACF9DE: hue angle of 158.96º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9DE is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB172249222-
CMYK0.3100.110.02
HSL158.96º86.52%82.55%-
HSV(B)158.96º30.92%97.65%-
XYZ64.0781.881.52-
YUV222.9127.4991.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.75%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=26.75%
G=38.72%
B=34.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492220.3100.110.02158.9686.5282.55
HexACF9DE1F0B29f5753
Octal254371336370132237127123
Binary1010110011111001110111101111101011101001111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9DE; }

 p { color: rgb(172,249,222); }

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

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

 a { background-color: rgb(172,249,222); }

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

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

 span { border-color: rgb(172,249,222); }

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